[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / b / c / a / HHJKit / 0.2.0 / HHJKit.podspec.json
blob99b0b68f6827d33de4eaa44f9a4f401bdcf21ac9
2   "name": "HHJKit",
3   "version": "0.2.0",
4   "summary": "A tools manager description of HHJKit for henghajiang.",
5   "description": "HHJKit for henghajiang",
6   "homepage": "https://github.com/NameWZZ/HHJTools",
7   "license": "MIT",
8   "authors": {
9     "namewzz": "namewzz@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "http://git.henghajiang.com/iOS_Code_Group/HHJTools.git",
16     "tag": "0.2.0",
17     "submodules": true
18   },
19   "source_files": [
20     "HHJKit",
21     "HHJKit/HHJKit.h"
22   ],
23   "public_header_files": "HHJKit/HHJKit.h",
24   "frameworks": [
25     "UIKit",
26     "Foundation",
27     "Photos",
28     "AssetsLibrary"
29   ],
30   "requires_arc": true,
31   "subspecs": [
32     {
33       "name": "HHJBase",
34       "dependencies": {
35         "YYKit": [
37         ]
38       },
39       "source_files": "HHJKit/HHJBase/**/*.{h,m}"
40     },
41     {
42       "name": "Define_Enum",
43       "source_files": "HHJKit/Define_Enum/**/*.{h,m}"
44     },
45     {
46       "name": "HHJMediaMode",
47       "source_files": "HHJKit/HHJMediaMode/**/*.{h,m}"
48     },
49     {
50       "name": "NetworkManager",
51       "dependencies": {
52         "HHJKit/Define_Enum": [
54         ],
55         "AFNetworking": [
57         ]
58       },
59       "source_files": "HHJKit/NetworkManager/**/*.{h,m}"
60     },
61     {
62       "name": "Categories",
63       "dependencies": {
64         "HHJKit/Define_Enum": [
66         ],
67         "YYKit": [
69         ]
70       },
71       "source_files": "HHJKit/Categories/**/*.{h,m}"
72     },
73     {
74       "name": "QiniuManager",
75       "dependencies": {
76         "Qiniu": [
77           "7.2.3"
78         ],
79         "AFNetworking": [
81         ],
82         "HHJKit/Define_Enum": [
84         ],
85         "HHJKit/HHJMediaMode": [
87         ]
88       },
89       "source_files": "HHJKit/QiniuManager/**/*.{h,m}"
90     },
91     {
92       "name": "ProgressHUD",
93       "dependencies": {
94         "HHJKit/Define_Enum": [
96         ],
97         "MBProgressHUD": [
99         ],
100         "YYKit": [
102         ]
103       },
104       "source_files": "HHJKit/ProgressHUD/**/*.{h,m}"
105     },
106     {
107       "name": "FontLineManager",
108       "dependencies": {
109         "HHJKit/Categories": [
111         ]
112       },
113       "source_files": "HHJKit/FontLineManager/**/*.{h,m}"
114     }
115   ]