diff --git a/ZXKitFPS.podspec b/ZXKitFPS.podspec index 4b45db6..b00faaa 100644 --- a/ZXKitFPS.podspec +++ b/ZXKitFPS.podspec @@ -8,7 +8,7 @@ s.homepage = 'https://github.com/ZXKitCode/FPS' s.authors = { 'ZXKitCode' => 'dong765@qq.com' } s.source = { :git => "https://github.com/ZXKitCode/FPS.git", :tag => s.version} s.requires_arc = true -s.ios.deployment_target = '10.0' +s.ios.deployment_target = '11.0' s.subspec 'core' do |cs| cs.source_files = "pod/*.swift" end