Skip to content

Commit

Permalink
Version 0.15.0, with swift_version 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bizz84 committed Apr 30, 2019
1 parent 628e6a2 commit d830aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftyStoreKit.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'SwiftyStoreKit'
s.version = '0.14.2'
s.version = '0.15.0'
s.summary = 'Lightweight In App Purchases Swift framework for iOS 8.0+, tvOS 9.0+ and OSX 10.10+'
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.10'
s.tvos.deployment_target = '9.0'
s.swift_version = '4.2'
s.swift_version = '5.0'
s.source = { :git => "https://github.com/bizz84/SwiftyStoreKit.git", :tag => s.version }

s.source_files = 'SwiftyStoreKit/*.{swift}'
Expand Down

0 comments on commit d830aaa

Please sign in to comment.