Skip to content

Commit 174d871

Browse files
committed
Pod version 0.14.1
1 parent 92d4f49 commit 174d871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SwiftyStoreKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftyStoreKit'
3-
s.version = '0.14.0'
3+
s.version = '0.14.1'
44
s.summary = 'Lightweight In App Purchases Swift framework for iOS 8.0+, tvOS 9.0+ and OSX 10.10+'
55
s.license = 'MIT'
66
s.homepage = 'https://github.com/bizz84/SwiftyStoreKit'
77
s.author = { 'Andrea Bizzotto' => '[email protected]' }
88
s.ios.deployment_target = '8.0'
99
s.osx.deployment_target = '10.10'
10-
s.tvos.deployment_target = '9.0'
10+
s.tvos.deployment_target = '9.0'
1111
s.swift_version = '4.2'
1212
s.source = { :git => "https://github.com/bizz84/SwiftyStoreKit.git", :tag => s.version }
1313

0 commit comments

Comments
 (0)