SwiftyStoreKit.podspec 828 B

1234567891011121314151617
  1. Pod::Spec.new do |s|
  2. s.name = 'SwiftyStoreKit'
  3. s.version = '0.16.4'
  4. s.summary = 'Lightweight In App Purchases Swift framework for iOS, tvOS, watchOS, macOS and Mac Catalyst.'
  5. s.license = 'MIT'
  6. s.homepage = 'https://git.forgetive.net/XCAppCollection/SwiftyStoreKit'
  7. s.author = { 'Andrea Bizzotto' => 'bizz84@gmail.com' }
  8. s.ios.deployment_target = '9.0'
  9. s.osx.deployment_target = '10.10'
  10. s.tvos.deployment_target = '9.0'
  11. s.watchos.deployment_target = '6.2'
  12. s.swift_version = '5.0'
  13. s.source = { :git => "https://git.forgetive.net/XCAppCollection/SwiftyStoreKit.git", :tag => s.version }
  14. s.source_files = 'Sources/SwiftyStoreKit/*.{swift}'
  15. s.screenshots = ["https://github.com/bizz84/SwiftyStoreKit/raw/master/Screenshots/Preview.jpg"]
  16. s.requires_arc = true
  17. end