[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / f / Hodor / 2.0.2 / Hodor.podspec.json
blob045cc2fd1d61c7dbd529393a03c304abbd0676c3
2   "name": "Hodor",
3   "version": "2.0.2",
4   "summary": "A short description of Hodor.",
5   "description": "A longer description of Hodor 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/Hodor",
7   "license": "Copyright",
8   "authors": {
9     "jumperb": "zhangchutian_05@163.com"
10   },
11   "source": {
12     "git": "https://github.com/jumperb/Hodor.git",
13     "tag": "2.0.2"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0"
18   },
19   "subspecs": [
20     {
21       "name": "Defines",
22       "ios": {
23         "source_files": "Classes/Defines/*.{h,m,mm,cpp,c}"
24       }
25     },
26     {
27       "name": "NS-Category",
28       "libraries": "z",
29       "ios": {
30         "source_files": "Classes/NS-Category/*.{h,m,mm,cpp,c}"
31       }
32     },
33     {
34       "name": "UI-Category",
35       "frameworks": "Accelerate",
36       "ios": {
37         "source_files": "Classes/UI-Category/*.{h,m,mm,cpp,c}"
38       }
39     },
40     {
41       "name": "Feature",
42       "dependencies": {
43         "Hodor/NS-Category": [
45         ]
46       },
47       "ios": {
48         "source_files": "Classes/Features/**/*.{h,m,mm,cpp,c}"
49       }
50     }
51   ]