We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 628e6a2 commit d830aaaCopy full SHA for d830aaa
SwiftyStoreKit.podspec
@@ -1,14 +1,14 @@
1
Pod::Spec.new do |s|
2
s.name = 'SwiftyStoreKit'
3
- s.version = '0.14.2'
+ s.version = '0.15.0'
4
s.summary = 'Lightweight In App Purchases Swift framework for iOS 8.0+, tvOS 9.0+ and OSX 10.10+'
5
s.license = 'MIT'
6
s.homepage = 'https://github.com/bizz84/SwiftyStoreKit'
7
s.author = { 'Andrea Bizzotto' => 'bizz84@gmail.com' }
8
s.ios.deployment_target = '8.0'
9
s.osx.deployment_target = '10.10'
10
s.tvos.deployment_target = '9.0'
11
- s.swift_version = '4.2'
+ s.swift_version = '5.0'
12
s.source = { :git => "https://github.com/bizz84/SwiftyStoreKit.git", :tag => s.version }
13
14
s.source_files = 'SwiftyStoreKit/*.{swift}'
0 commit comments