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