Răsfoiți Sursa

[Add] SwiftyStoreKit (0.16.4)

xcbosa mbp16 2 ani în urmă
părinte
comite
052fb5374f
1 a modificat fișierele cu 17 adăugiri și 0 ștergeri
  1. 17 0
      SwiftyStoreKit/0.16.4/SwiftyStoreKit.podspec

+ 17 - 0
SwiftyStoreKit/0.16.4/SwiftyStoreKit.podspec

@@ -0,0 +1,17 @@
+Pod::Spec.new do |s|
+  s.name         = 'SwiftyStoreKit'
+  s.version      = '0.16.4'
+  s.summary      = 'Lightweight In App Purchases Swift framework for iOS, tvOS, watchOS, macOS and Mac Catalyst.'
+  s.license      = 'MIT'
+  s.homepage     = 'https://git.forgetive.org/XCAppCollection/SwiftyStoreKit'
+  s.author       = { 'Andrea Bizzotto' => 'bizz84@gmail.com' }
+  s.ios.deployment_target = '9.0'
+  s.osx.deployment_target = '10.10'
+  s.tvos.deployment_target = '9.0'
+  s.watchos.deployment_target = '6.2'
+  s.swift_version = '5.0'
+  s.source       = { :git => "https://git.forgetive.org/XCAppCollection/SwiftyStoreKit.git", :tag => s.version }
+  s.source_files = 'Sources/SwiftyStoreKit/*.{swift}'
+  s.screenshots  = ["https://github.com/bizz84/SwiftyStoreKit/raw/master/Screenshots/Preview.jpg"]
+  s.requires_arc = true
+end