[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 8 / c / HYTools / 0.0.5 / HYTools.podspec.json
blob54fa6406cd12298d394457c8eaca1c90b2ecc716
2   "name": "HYTools",
3   "summary": "A tools module for void repo",
4   "version": "0.0.5",
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.5"
19   },
20   "requires_arc": true,
21   "default_subspecs": "All",
22   "subspecs": [
23     {
24       "name": "All",
25       "dependencies": {
26         "HYTools/HYBase": [
28         ],
29         "HYTools/YYBase": [
31         ]
32       }
33     },
34     {
35       "name": "HYBase",
36       "source_files": [
37         "Classes/Tools+Categories.h",
38         "Classes/Categories/*.{h,m}",
39         "Classes/Utils/*.{h,m}"
40       ]
41     },
42     {
43       "name": "YYBase",
44       "source_files": [
45         "Classes/YYBase/YYTools+Categories.h",
46         "Classes/YYBase/YYKitMacro.h",
47         "Classes/YYBase/**/*.{h,m}"
48       ]
49     }
50   ]