|
@@ -1,13 +1,13 @@
|
|
Pod::Spec.new do |s|
|
|
Pod::Spec.new do |s|
|
|
s.name = 'SwiftyStoreKit'
|
|
s.name = 'SwiftyStoreKit'
|
|
- s.version = '0.14.0'
|
|
|
|
|
|
+ s.version = '0.14.1'
|
|
s.summary = 'Lightweight In App Purchases Swift framework for iOS 8.0+, tvOS 9.0+ and OSX 10.10+'
|
|
s.summary = 'Lightweight In App Purchases Swift framework for iOS 8.0+, tvOS 9.0+ and OSX 10.10+'
|
|
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 = '8.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.swift_version = '4.2'
|
|
s.swift_version = '4.2'
|
|
s.source = { :git => "https://github.com/bizz84/SwiftyStoreKit.git", :tag => s.version }
|
|
s.source = { :git => "https://github.com/bizz84/SwiftyStoreKit.git", :tag => s.version }
|
|
|
|
|