Skip to content

Commit d830aaa

Browse files
committed
Version 0.15.0, with swift_version 5.0
1 parent 628e6a2 commit d830aaa

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,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftyStoreKit'
3-
s.version = '0.14.2'
3+
s.version = '0.15.0'
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' => 'bizz84@gmail.com' }
88
s.ios.deployment_target = '8.0'
99
s.osx.deployment_target = '10.10'
1010
s.tvos.deployment_target = '9.0'
11-
s.swift_version = '4.2'
11+
s.swift_version = '5.0'
1212
s.source = { :git => "https://github.com/bizz84/SwiftyStoreKit.git", :tag => s.version }
1313

1414
s.source_files = 'SwiftyStoreKit/*.{swift}'

0 commit comments

Comments
 (0)