Files
SwiftyStoreKit/SwiftyStoreKit.podspec

18 lines
796 B
Plaintext
Raw Normal View History

2015-09-03 17:06:44 +01:00
Pod::Spec.new do |s|
s.name = 'SwiftyStoreKit'
2020-07-19 12:53:33 -04:00
s.version = '0.16.1'
2020-06-06 12:58:15 -04:00
s.summary = 'Lightweight In App Purchases Swift framework for iOS, tvOS, watchOS, macOS and Mac Catalyst.'
2015-09-03 17:06:44 +01:00
s.license = 'MIT'
s.homepage = 'https://github.com/bizz84/SwiftyStoreKit'
s.author = { 'Andrea Bizzotto' => 'bizz84@gmail.com' }
s.ios.deployment_target = '8.0'
2016-07-22 10:00:48 +01:00
s.osx.deployment_target = '10.10'
2018-11-19 23:04:12 +00:00
s.tvos.deployment_target = '9.0'
2020-06-06 12:57:39 -04:00
s.watchos.deployment_target = '6.2'
2019-04-30 22:36:01 +01:00
s.swift_version = '5.0'
2015-09-03 17:06:44 +01:00
s.source = { :git => "https://github.com/bizz84/SwiftyStoreKit.git", :tag => s.version }
2020-07-19 12:58:30 -04:00
s.source_files = 'Sources/SwiftyStoreKit/*.{swift}'
2017-12-29 07:44:04 +00:00
s.screenshots = ["https://github.com/bizz84/SwiftyStoreKit/raw/master/Screenshots/Preview.jpg"]
2015-09-03 17:06:44 +01:00
s.requires_arc = true
end