diff --git a/SwiftyStoreKit.podspec b/SwiftyStoreKit.podspec index 7b06b915..50999ba8 100644 --- a/SwiftyStoreKit.podspec +++ b/SwiftyStoreKit.podspec @@ -1,12 +1,13 @@ Pod::Spec.new do |s| s.name = 'SwiftyStoreKit' - s.version = '0.2.9' - s.summary = 'Lightweight In App Purchases Swift framework for iOS 8.0+ and OSX 9.0+' + s.version = '0.2.10' + s.summary = 'Lightweight In App Purchases Swift framework for iOS 8.0+, tvOS 9.0+ and OSX 10.9+' s.license = 'MIT' s.homepage = 'https://github.com/bizz84/SwiftyStoreKit' s.author = { 'Andrea Bizzotto' => 'bizz84@gmail.com' } s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.9' + s.tvos.deployment_target = '9.0' s.source = { :git => "https://github.com/bizz84/SwiftyStoreKit.git", :tag => s.version }