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:
authorAugust "Gus" Mueller <gus@flyingmeat.com>2020-11-30 20:43:52 +0300
committerGitHub <noreply@github.com>2020-11-30 20:43:52 +0300
commit3e5efdf6690cf7dce0a914c370507deee8740d33 (patch)
treec7581b786ea8319c1f8b8cce3f22c03765747dff
parentd718d113eb23b5fef74abe1495eb78d2f4d9884c (diff)
parent9611e8922d85034c76049f7995a8039270709c28 (diff)
Merge pull request #806 from jamesstout/update_podspec
Update FMDB.podspec
-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