We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c37e87 commit 1a76ab1Copy full SHA for 1a76ab1
SQLite.swift.podspec
@@ -54,7 +54,7 @@ Pod::Spec.new do |s|
54
'OTHER_SWIFT_FLAGS' => '$(inherited) -DSQLITE_SWIFT_STANDALONE'
55
}
56
57
- ss.dependency 'sqlite3'
+ ss.dependency 'sqlite3', '>= 3.14.0'
58
end
59
60
s.subspec 'SQLCipher' do |ss|
@@ -65,6 +65,6 @@ Pod::Spec.new do |s|
65
'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) SQLITE_HAS_CODEC=1'
66
67
68
- ss.dependency 'SQLCipher'
+ ss.dependency 'SQLCipher', '>= 3.4.0'
69
70
0 commit comments