[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 8 / c / HYTools / 0.0.2 / HYTools.podspec.json
blobcc40738ca89974fe398682f7cf426c78ca6ff75a
2   "name": "HYTools",
3   "summary": "A tools module for void repo",
4   "version": "0.0.2",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "huxiaoyang": "yohuyang@gmail.com"
11   },
12   "homepage": "https://github.com/huxiaoyang/HYTools",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/huxiaoyang/HYTools.git",
18     "tag": "0.0.2"
19   },
20   "requires_arc": true,
21   "default_subspecs": "All",
22   "subspecs": [
23     {
24       "name": "All",
25       "dependencies": {
26         "HYTools/Utils": [
28         ],
29         "HYTools/Categories": [
31         ],
32         "HYTools/YYBase": [
34         ]
35       }
36     },
37     {
38       "name": "Categories",
39       "source_files": [
40         "Classes/Tools+Categories.h",
41         "Classes/Categories/*.{h,m}"
42       ]
43     },
44     {
45       "name": "Utils",
46       "source_files": "Classes/Utils/*.{h,m}"
47     },
48     {
49       "name": "YYBase",
50       "source_files": [
51         "Classes/YYBase/YYTools+Categories.h",
52         "Classes/YYBase/YYKitMacro.h",
53         "Classes/YYBase/**/*.{h,m}"
54       ]
55     }
56   ]