[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 1 / 5 / XYIAPKit / 0.8.0 / XYIAPKit.podspec.json
blob828fe769da2e74ae21043a7508cafa84de55d533
2   "name": "XYIAPKit",
3   "version": "0.8.0",
4   "summary": "In App purchase sdk, support auto-renewable subscription",
5   "description": "非常好用的内购组件,支持自动续期订阅的过期校验、票据检验、简单易用\n提供功能:\n  1)、产品查询\n  2)、产品购买\n  3)、恢复内购\n  4)、票据校验\n  5)、交易存储",
6   "homepage": "https://github.com/mqc123450/XYIAPKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "qichao.ma": "“qichao.ma@quvideo.com”"
13   },
14   "source": {
15     "git": "https://github.com/mqc123450/XYIAPKit.git",
16     "tag": "0.8.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "XYIAPKit/*.h",
22   "public_header_files": "XYIAPKit/*.h",
23   "frameworks": "StoreKit",
24   "requires_arc": true,
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "XYIAPKit/Core/*.{h,m}"
30     },
31     {
32       "name": "KeychainPersistence",
33       "dependencies": {
34         "XYIAPKit/Core": [
36         ]
37       },
38       "source_files": "XYIAPKit/Persistence/KeychainPersistence/*.{h,m}",
39       "frameworks": "Security"
40     },
41     {
42       "name": "UserDefaultPersistence",
43       "dependencies": {
44         "XYIAPKit/Core": [
46         ]
47       },
48       "source_files": "XYIAPKit/Persistence/UserDefaultPersistence/*.{h,m}"
49     },
50     {
51       "name": "iTunesReceiptVerify",
52       "dependencies": {
53         "XYIAPKit/Core": [
55         ],
56         "YYModel": [
57           "~> 1.0.4"
58         ]
59       },
60       "source_files": "XYIAPKit/Receipt/iTunesReceiptVerify/*.{h,m}"
61     }
62   ]