Quellcode durchsuchen

Update FMDB.podspec

added osx.deployment_target  = '10.11'
James Stout vor 5 Jahren
Ursprung
Commit
9611e8922d
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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