Skip to content

Commit

Permalink
Update podspec to include the same deployment targets as defined by t…
Browse files Browse the repository at this point in the history
…he Xcode project
  • Loading branch information
troystump committed Jun 12, 2021
1 parent dec71a7 commit 92619f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions FMDB.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ Pod::Spec.new do |s|
s.author = { 'August Mueller' => '[email protected]' }
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'
s.ios.deployment_target = '9.2'
s.osx.deployment_target = '10.11'
s.watchos.deployment_target = '2.0'
s.default_subspec = 'standard'

# use the built-in library version of sqlite3
s.subspec 'standard' do |ss|
Expand Down

0 comments on commit 92619f9

Please sign in to comment.