Explorar o código

Update SwiftyStoreKit.podspec

Bumped minimum iOS deployment version from 8 to 9 in order to comply with Xcode 12's minimum deployment range. Fixes compiler warning when installing via CocoaPods. Fixes #578.
Samuel Spencer %!s(int64=4) %!d(string=hai) anos
pai
achega
6b782ae59b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      SwiftyStoreKit.podspec

+ 1 - 1
SwiftyStoreKit.podspec

@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
   s.license      = 'MIT'
   s.license      = 'MIT'
   s.homepage     = 'https://github.com/bizz84/SwiftyStoreKit'
   s.homepage     = 'https://github.com/bizz84/SwiftyStoreKit'
   s.author       = { 'Andrea Bizzotto' => 'bizz84@gmail.com' }
   s.author       = { 'Andrea Bizzotto' => 'bizz84@gmail.com' }
-  s.ios.deployment_target = '8.0'
+  s.ios.deployment_target = '9.0'
   s.osx.deployment_target = '10.10'
   s.osx.deployment_target = '10.10'
   s.tvos.deployment_target = '9.0'
   s.tvos.deployment_target = '9.0'
   s.watchos.deployment_target = '6.2'
   s.watchos.deployment_target = '6.2'