[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 8 / a / HAccess / 1.9.9 / HAccess.podspec.json
blob2707b4ad03d1c7104f1e7fab8fd5877513f6fe5d
2   "name": "HAccess",
3   "version": "1.9.9",
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": "1.9.9"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0"
18   },
19   "default_subspecs": "Network",
20   "subspecs": [
21     {
22       "name": "Entity",
23       "dependencies": {
24         "Hodor": [
26         ]
27       },
28       "ios": {
29         "source_files": "Classes/Entity/*.{h,m,mm,cpp,c}"
30       }
31     },
32     {
33       "name": "Network",
34       "dependencies": {
35         "Hodor": [
37         ],
38         "AFNetworking": [
39           "~>2.0"
40         ],
41         "HCache": [
43         ],
44         "HAccess/Entity": [
46         ]
47       },
48       "ios": {
49         "source_files": "Classes/Network/*.{h,m,mm,cpp,c}"
50       }
51     },
52     {
53       "name": "Database",
54       "dependencies": {
55         "Hodor": [
57         ],
58         "FMDB": [
60         ],
61         "HAccess/Entity": [
63         ]
64       },
65       "ios": {
66         "source_files": "Classes/Database/*.{h,m,mm,cpp,c}"
67       }
68     },
69     {
70       "name": "Network+Protobuf",
71       "dependencies": {
72         "HAccess/Network": [
74         ],
75         "protocol-for-objectivec": [
77         ]
78       },
79       "ios": {
80         "source_files": "Classes/Network+Protobuf/**/*.{h,m,mm,cpp,c}"
81       }
82     }
83   ]