diff --git a/README.md b/README.md index a2dd720e..618716f3 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ Check out [Get Started](http://cocoapods.org/) tab on [cocoapods.org](http://coc To use Starscream in your project add the following 'Podfile' to your project source 'https://github.com/CocoaPods/Specs.git' - platform :ios, '11.0' + platform :ios, '12.0' use_frameworks! pod 'Starscream', '~> 4.0.6' diff --git a/Starscream.podspec b/Starscream.podspec index 85021b12..0c36e4e4 100644 --- a/Starscream.podspec +++ b/Starscream.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = {'Dalton Cherry' => 'http://daltoniam.com', 'Austin Cherry' => 'http://austincherry.me'} s.source = { :git => 'https://github.com/daltoniam/Starscream.git', :tag => "#{s.version}"} s.social_media_url = 'http://twitter.com/daltoniam' - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' s.osx.deployment_target = '10.13' s.tvos.deployment_target = '12.0' s.watchos.deployment_target = '2.0'