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.
2 parents e6e1c0e + 5d02fd8 commit 47a2fa1Copy full SHA for 47a2fa1
FMDB.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'FMDB'
3
- s.version = '2.7.8'
+ s.version = '2.7.9'
4
s.summary = 'A Cocoa / Objective-C wrapper around SQLite.'
5
s.homepage = 'https://github.com/ccgus/fmdb'
6
s.license = 'MIT'
@@ -53,4 +53,5 @@ Pod::Spec.new do |s|
53
ss.xcconfig = { 'OTHER_CFLAGS' => '$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1 -DSQLCIPHER_CRYPTO', 'HEADER_SEARCH_PATHS' => 'SQLCipher' }
54
end
55
56
+ s.resource_bundles = {'FMDB' => ['privacy/PrivacyInfo.xcprivacy']}
57
0 commit comments