Skip to content

Commit

Permalink
Updated podspec to version 0.2.10 and added tvOS deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
bizz84 committed Jun 7, 2016
1 parent 8d1d07f commit f8431e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions SwiftyStoreKit.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
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 }

Expand Down

0 comments on commit f8431e2

Please sign in to comment.