[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / c / a / HHJKit / 0.2.4 / HHJKit.podspec.json
blobd068b93fc234f457830aba3bc7cef86c39ebf934
2   "name": "HHJKit",
3   "version": "0.2.4",
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.4",
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       },
48       "source_files": "HHJKit/HHJBase/**/*.{h,m}"
49     },
50     {
51       "name": "Define_Enum",
52       "source_files": "HHJKit/Define_Enum/**/*.{h,m}"
53     },
54     {
55       "name": "HHJMediaMode",
56       "source_files": "HHJKit/HHJMediaMode/**/*.{h,m}"
57     },
58     {
59       "name": "NetWorkManager",
60       "dependencies": {
61         "HHJKit/Define_Enum": [
63         ],
64         "AFNetworking": [
66         ]
67       },
68       "source_files": "HHJKit/NetWorkManager/**/*.{h,m}"
69     },
70     {
71       "name": "Categories",
72       "dependencies": {
73         "HHJKit/Define_Enum": [
75         ],
76         "YYWebImage": [
78         ],
79         "YYImage/WebP": [
81         ],
82         "YYCategories": [
84         ]
85       },
86       "source_files": "HHJKit/Categories/**/*.{h,m}"
87     },
88     {
89       "name": "QiniuManager",
90       "dependencies": {
91         "Qiniu": [
92           "7.2.3"
93         ],
94         "AFNetworking": [
96         ],
97         "HHJKit/Define_Enum": [
99         ],
100         "HHJKit/HHJMediaMode": [
102         ]
103       },
104       "source_files": "HHJKit/QiniuManager/**/*.{h,m}"
105     },
106     {
107       "name": "ProgressHUD",
108       "dependencies": {
109         "HHJKit/Define_Enum": [
111         ],
112         "MBProgressHUD": [
114         ],
115         "YYWebImage": [
117         ],
118         "YYImage/WebP": [
120         ]
121       },
122       "source_files": "HHJKit/ProgressHUD/**/*.{h,m}"
123     },
124     {
125       "name": "FontLineManager",
126       "dependencies": {
127         "HHJKit/Categories": [
129         ]
130       },
131       "source_files": "HHJKit/FontLineManager/**/*.{h,m}"
132     }
133   ]