[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / c / a / HHJKit / 0.2.6 / HHJKit.podspec.json
blob8fad3f45b406156f3a6746d7b0a46a72112950e7
2   "name": "HHJKit",
3   "version": "0.2.6",
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.6",
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         "YYWebImage": [
37         ],
38         "BeeHive": [
40         ],
41         "HHJKit/Define_Enum": [
43         ],
44         "JZNavigationExtension": [
46         ],
47         "HHJKit/Categories": [
49         ]
50       },
51       "source_files": "HHJKit/HHJBase/**/*.{h,m}"
52     },
53     {
54       "name": "Define_Enum",
55       "source_files": "HHJKit/Define_Enum/**/*.{h,m}"
56     },
57     {
58       "name": "HHJMediaMode",
59       "source_files": "HHJKit/HHJMediaMode/**/*.{h,m}"
60     },
61     {
62       "name": "NetWorkManager",
63       "dependencies": {
64         "HHJKit/Define_Enum": [
66         ],
67         "AFNetworking": [
69         ]
70       },
71       "source_files": "HHJKit/NetWorkManager/**/*.{h,m}"
72     },
73     {
74       "name": "Categories",
75       "dependencies": {
76         "HHJKit/Define_Enum": [
78         ],
79         "YYWebImage": [
81         ],
82         "YYImage/WebP": [
84         ],
85         "YYCategories": [
87         ]
88       },
89       "source_files": "HHJKit/Categories/**/*.{h,m}"
90     },
91     {
92       "name": "QiniuManager",
93       "dependencies": {
94         "Qiniu": [
95           "7.2.3"
96         ],
97         "AFNetworking": [
99         ],
100         "HHJKit/Define_Enum": [
102         ],
103         "HHJKit/HHJMediaMode": [
105         ]
106       },
107       "source_files": "HHJKit/QiniuManager/**/*.{h,m}"
108     },
109     {
110       "name": "ProgressHUD",
111       "dependencies": {
112         "HHJKit/Define_Enum": [
114         ],
115         "MBProgressHUD": [
117         ],
118         "YYWebImage": [
120         ],
121         "YYImage/WebP": [
123         ]
124       },
125       "source_files": "HHJKit/ProgressHUD/**/*.{h,m}"
126     },
127     {
128       "name": "DataUpdateManager",
129       "dependencies": {
130         "ReactiveObjC": [
131           "3.1.0"
132         ]
133       },
134       "source_files": "HHJKit/DataUpdateManager/**/*.{h,m}"
135     },
136     {
137       "name": "FontLineManager",
138       "dependencies": {
139         "HHJKit/Categories": [
141         ]
142       },
143       "source_files": "HHJKit/FontLineManager/**/*.{h,m}"
144     }
145   ]