[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / 1 / 8 / 2 / OCPurchase / 0.0.2 / OCPurchase.podspec.json
blobed67d78d1fb439be6bc0b1089694fc1d4f6d08e3
2   "name": "OCPurchase",
3   "version": "0.0.2",
4   "summary": "OCPurchase 是针对iOS内购写的一个工具类",
5   "description": "包含了获取产品列表,购买,restore,获取验证receipt",
6   "homepage": "https://github.com/LqDeveloper/OCPurchase",
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   "default_subspecs": "Core",
19   "cocoapods_version": ">= 1.4.0",
20   "source": {
21     "git": "https://github.com/LqDeveloper/OCPurchase.git",
22     "tag": "0.0.2"
23   },
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "OCPurchase/Core/**/*.{h,m}",
28       "frameworks": [
29         "Foundation",
30         "StoreKit"
31       ]
32     }
33   ]