Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ccgus/fmdb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'FMDB.podspec')
-rw-r--r--FMDB.podspec6
1 files changed, 4 insertions, 2 deletions
diff --git a/FMDB.podspec b/FMDB.podspec
index 6f91084..3905582 100644
--- a/FMDB.podspec
+++ b/FMDB.podspec
@@ -7,8 +7,10 @@ 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'
+ s.ios.deployment_target = '9.0'
+ 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|