[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / f / 9 / HLTool / 1.0.8 / HLTool.podspec.json
blob8fe904367b68c3ed3c6fbea21c4ebece32341b06
2   "name": "HLTool",
3   "version": "1.0.8",
4   "summary": "iOS开发工具类集合",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/huangchangweng/HLTool",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "huangchangweng": "599139419@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/huangchangweng/HLTool.git",
16     "tag": "1.0.8"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "HLTool/Classes/HLTool.h",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "HLTool/Classes/Core/*.{h,m}",
26       "resources": "HLTool/Assets/*.{png,xib,nib,bundle}"
27     },
28     {
29       "name": "Alert",
30       "source_files": "HLTool/Classes/Alert/*.{h,m}",
31       "dependencies": {
32         "HLTool/Core": [
34         ],
35         "SPAlertController": [
36           "~> 4.0.0"
37         ]
38       }
39     },
40     {
41       "name": "EmptyDataSet",
42       "source_files": "HLTool/Classes/EmptyDataSet/*.{h,m}",
43       "dependencies": {
44         "HLTool/Core": [
46         ],
47         "DZNEmptyDataSet": [
48           "~> 1.8.1"
49         ]
50       }
51     },
52     {
53       "name": "HUD",
54       "source_files": "HLTool/Classes/HUD/*.{h,m}",
55       "dependencies": {
56         "HLTool/Core": [
58         ],
59         "Toast": [
60           "~> 4.0.0"
61         ],
62         "MBProgressHUD": [
63           "~> 1.2.0"
64         ]
65       }
66     },
67     {
68       "name": "IBInspectable",
69       "source_files": "HLTool/Classes/IBInspectable/*.{h,m}"
70     },
71     {
72       "name": "LoadingView",
73       "source_files": "HLTool/Classes/LoadingView/*.{h,m}",
74       "dependencies": {
75         "HLTool/Core": [
77         ],
78         "JHUD": [
79           "~> 0.3.0"
80         ]
81       }
82     },
83     {
84       "name": "Network",
85       "source_files": "HLTool/Classes/Network/*.{h,m}",
86       "dependencies": {
87         "HLTool/Core": [
89         ],
90         "YYCache": [
91           "~> 1.0.4"
92         ],
93         "AFNetworking": [
94           "~> 4.0.1"
95         ]
96       }
97     },
98     {
99       "name": "Photo",
100       "source_files": "HLTool/Classes/Photo/*.{h,m}",
101       "dependencies": {
102         "HLTool/Alert": [
104         ],
105         "HLTool/HUD": [
107         ],
108         "HXPhotoPicker": [
109           "~> 3.2.1"
110         ],
111         "HXPhotoPicker/SDWebImage_AF": [
112           "~> 3.2.1"
113         ]
114       }
115     },
116     {
117       "name": "Popup",
118       "source_files": "HLTool/Classes/Popup/*.{h,m}",
119       "dependencies": {
120         "HLTool/Alert": [
122         ],
123         "YBPopupMenu": [
124           "~> 1.1.9"
125         ]
126       }
127     },
128     {
129       "name": "Refresh",
130       "source_files": "HLTool/Classes/Refresh/*.{h,m}",
131       "dependencies": {
132         "HLTool/Core": [
134         ],
135         "MJRefresh": [
136           "~> 3.7.5"
137         ]
138       }
139     }
140   ]