Browse Source

Update FMDB.podspec

added osx.deployment_target  = '10.11'
James Stout 5 năm trước cách đây
mục cha
commit
9611e8922d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      FMDB.podspec

+ 1 - 0
FMDB.podspec

@@ -7,6 +7,7 @@ Pod::Spec.new do |s|
   s.author = { 'August Mueller' => 'gus@flyingmeat.com' }
   s.source = { :git => 'https://github.com/ccgus/fmdb.git', :tag => "#{s.version}" }
   s.requires_arc = true
+  s.osx.deployment_target  = '10.11'
   s.default_subspec = 'standard'  
 
   # use the built-in library version of sqlite3