[Add] VisionSDK 1.6.2
[CocoaPods.git] / Specs / c / 8 / a / HAccess / 1.8.2 / HAccess.podspec.json
blobc75a188645767a0f682dca7384913be617143c10
2   "name": "HAccess",
3   "version": "1.8.2",
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.8.2"
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   ]