diff --git a/op-sqlite.podspec b/op-sqlite.podspec index 0725f39b..a3d57fe6 100644 --- a/op-sqlite.podspec +++ b/op-sqlite.podspec @@ -130,10 +130,6 @@ Pod::Spec.new do |s| end if use_libsql then - if use_crsqlite then - raise "Cannot use CRSQLite and libsql at the same time" - end - if use_sqlcipher then raise "Cannot use SQLCipher and libsql at the same time" end