[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 5 / c / 3 / SwiftPurchase / 0.0.1 / SwiftPurchase.podspec.json
blob5595af727dfa9ced8bc3fb98e0e9a582c1488b77
2   "name": "SwiftPurchase",
3   "version": "0.0.1",
4   "summary": "SwiftPurchase 是针对iOS内购写的一个工具类",
5   "description": "包含了获取产品列表,购买,restore,获取验证receipt",
6   "homepage": "https://github.com/LqDeveloper/SwiftPurchase",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Quan Li": "1083099465@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "swift_versions": "5.0",
19   "default_subspecs": "Core",
20   "cocoapods_version": ">= 1.4.0",
21   "source": {
22     "git": "https://github.com/LqDeveloper/SwiftPurchase.git",
23     "tag": "0.0.1"
24   },
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "SwiftPurchase/Core/**/*.swift",
29       "frameworks": [
30         "Foundation",
31         "StoreKit"
32       ]
33     },
34     {
35       "name": "RxSwift",
36       "source_files": "SwiftPurchase/RxSwiftExtensions/**/*.swift",
37       "dependencies": {
38         "SwiftPurchase/Core": [
40         ],
41         "RxSwift": [
43         ],
44         "RxCocoa": [
46         ]
47       }
48     }
49   ],
50   "swift_version": "5.0"