Browse Source

Merge pull request #858 from ShacoJiao/master

export PrivacyInfo.xcprivacy
August "Gus" Mueller 1 year ago
parent
commit
47a2fa12a2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      FMDB.podspec

+ 2 - 1
FMDB.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name = 'FMDB'
-  s.version = '2.7.8'
+  s.version = '2.7.9'
   s.summary = 'A Cocoa / Objective-C wrapper around SQLite.'
   s.homepage = 'https://github.com/ccgus/fmdb'
   s.license = 'MIT'
@@ -53,4 +53,5 @@ Pod::Spec.new do |s|
     ss.xcconfig = { 'OTHER_CFLAGS' => '$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1 -DSQLCIPHER_CRYPTO', 'HEADER_SEARCH_PATHS' => 'SQLCipher' }
   end
   
+  s.resource_bundles = {'FMDB' => ['privacy/PrivacyInfo.xcprivacy']}
 end