mirror of
https://github.com/bizz84/SwiftyStoreKit.git
synced 2025-11-25 11:19:00 +08:00
20 lines
720 B
Ruby
20 lines
720 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'SwiftyStoreKit'
|
|
s.version = '0.11.3'
|
|
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.source = { :git => "https://github.com/bizz84/SwiftyStoreKit.git", :tag => s.version }
|
|
|
|
s.source_files = 'SwiftyStoreKit/*.{swift}'
|
|
|
|
s.screenshots = ["https://github.com/bizz84/SwiftyStoreKit/raw/master/Screenshots/Preview.jpg"]
|
|
|
|
s.requires_arc = true
|
|
end
|