[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 1 / 5 / XYIAPKit / 0.5.0 / XYIAPKit.podspec.json
blobd4c0fd6c9fbcd3ab5d574a6e42ef50578b4dada0
2   "name": "XYIAPKit",
3   "version": "0.5.0",
4   "summary": "A short description of XYIAPKit.",
5   "description": "好用的内购组件",
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.5.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   "resource_bundles": {
27     "XYIAPKit": [
28       "XYIAPKit/Assets/*"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "XYIAPKit/Core/*.{h, m}"
35     },
36     {
37       "name": "Persistence",
38       "dependencies": {
39         "XYIAPKit/Core": [
41         ]
42       },
43       "source_files": "XYIAPKit/Persistence/*.{h, m}",
44       "frameworks": "Security"
45     },
46     {
47       "name": "Receipt",
48       "dependencies": {
49         "XYIAPKit/Core": [
51         ],
52         "OpenSSL": [
53           "~> 1.0"
54         ]
55       },
56       "platforms": {
57         "ios": "8.0"
58       },
59       "source_files": "XYIAPKit/Receipt/*.{h, m}"
60     }
61   ]