From 9611e8922d85034c76049f7995a8039270709c28 Mon Sep 17 00:00:00 2001 From: James Stout Date: Tue, 1 Dec 2020 00:09:20 +0800 Subject: [PATCH] Update FMDB.podspec added osx.deployment_target = '10.11' --- FMDB.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/FMDB.podspec b/FMDB.podspec index 976a7e6e..62859bc6 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