[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 8 / a / HAccess / 3.0.3 / HAccess.podspec.json
blob686d3e5baf2a9cc7507665244212ad315ef950a9
2   "name": "HAccess",
3   "version": "3.0.3",
4   "summary": "A short description of HAccess.",
5   "description": "A longer description of HAccess in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
6   "homepage": "https://github.com/jumperb/HAccess",
7   "license": "Copyright",
8   "authors": {
9     "jumperb": "zhangchutian_05@163.com"
10   },
11   "source": {
12     "git": "https://github.com/jumperb/HAccess.git",
13     "tag": "3.0.3"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "9.0"
18   },
19   "default_subspecs": "Network",
20   "subspecs": [
21     {
22       "name": "Entity",
23       "dependencies": {
24         "Hodor/Defines": [
26         ],
27         "Hodor/Feature": [
29         ],
30         "Hodor/NS-Category": [
32         ]
33       },
34       "ios": {
35         "source_files": "Classes/Entity/*.{h,m,mm,cpp,c}"
36       }
37     },
38     {
39       "name": "Network",
40       "dependencies": {
41         "Hodor/Defines": [
43         ],
44         "Hodor/Feature": [
46         ],
47         "Hodor/NS-Category": [
49         ],
50         "AFNetworking": [
52         ],
53         "HCache": [
55         ],
56         "HAccess/Entity": [
58         ]
59       },
60       "ios": {
61         "source_files": "Classes/Network/*.{h,m,mm,cpp,c}"
62       }
63     },
64     {
65       "name": "Database",
66       "dependencies": {
67         "Hodor/Defines": [
69         ],
70         "Hodor/Feature": [
72         ],
73         "Hodor/NS-Category": [
75         ],
76         "FMDB": [
78         ],
79         "HAccess/Entity": [
81         ]
82       },
83       "ios": {
84         "source_files": "Classes/Database/*.{h,m,mm,cpp,c}"
85       }
86     }
87   ]