[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / c / a / HHJKit / 0.1.7 / HHJKit.podspec.json
bloba4457995b6f4a593b1b9d852fc7ea35ca697fb38
2   "name": "HHJKit",
3   "version": "0.1.7",
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.1.7",
17     "submodules": true
18   },
19   "source_files": [
20     "HHJKit",
21     "HHJKit/**/*.{h,m}"
22   ],
23   "frameworks": [
24     "UIKit",
25     "Foundation",
26     "Photos",
27     "AssetsLibrary"
28   ],
29   "requires_arc": true,
30   "subspecs": [
31     {
32       "name": "HHJBase",
33       "dependencies": {
34         "YYKit": [
36         ]
37       },
38       "source_files": "HHJKit/HHJBase/**/*.{h,m}"
39     },
40     {
41       "name": "Define_Enum",
42       "source_files": "HHJKit/Define_Enum/**/*.{h,m}"
43     },
44     {
45       "name": "HHJMediaMode",
46       "source_files": "HHJKit/HHJMediaMode/**/*.{h,m}"
47     },
48     {
49       "name": "NetworkManager",
50       "dependencies": {
51         "HHJKit/Define_Enum": [
53         ],
54         "AFNetworking": [
56         ]
57       },
58       "source_files": "HHJKit/NetworkManager/**/*.{h,m}"
59     },
60     {
61       "name": "Categories",
62       "dependencies": {
63         "HHJKit/Define_Enum": [
65         ],
66         "YYKit": [
68         ]
69       },
70       "source_files": "HHJKit/Categories/**/*.{h,m}"
71     },
72     {
73       "name": "QiniuManager",
74       "dependencies": {
75         "Qiniu": [
76           "7.2.3"
77         ],
78         "AFNetworking": [
80         ],
81         "HHJKit/Define_Enum": [
83         ],
84         "HHJKit/HHJMediaMode": [
86         ]
87       },
88       "source_files": "HHJKit/QiniuManager/**/*.{h,m}"
89     },
90     {
91       "name": "ProgressHUD",
92       "dependencies": {
93         "HHJKit/Define_Enum": [
95         ],
96         "MBProgressHUD": [
98         ],
99         "YYKit": [
101         ]
102       },
103       "source_files": "HHJKit/ProgressHUD/**/*.{h,m}"
104     },
105     {
106       "name": "FontLineManager",
107       "dependencies": {
108         "HHJKit/Categories": [
110         ]
111       },
112       "source_files": "HHJKit/FontLineManager/**/*.{h,m}"
113     }
114   ]