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:
authorJames Stout <stoutyhk@gmail.com>2020-11-30 19:09:20 +0300
committerGitHub <noreply@github.com>2020-11-30 19:09:20 +0300
commit9611e8922d85034c76049f7995a8039270709c28 (patch)
treec7581b786ea8319c1f8b8cce3f22c03765747dff
parentd718d113eb23b5fef74abe1495eb78d2f4d9884c (diff)
Update FMDB.podspec
added osx.deployment_target = '10.11'
-rw-r--r--FMDB.podspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/FMDB.podspec b/FMDB.podspec
index 976a7e6..62859bc 100644
--- a/FMDB.podspec
+++ b/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