[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / e / 0 / HHServiceSDK / 1.0.0 / HHServiceSDK.podspec.json
blob24bb6fed098b797364e391385a060ef67d49efee
2   "name": "HHServiceSDK",
3   "version": "1.0.0",
4   "summary": "HHServiceSDK usual tools.",
5   "description": "常用的辅助工具方法,帮助减少开发时间",
6   "homepage": "https://github.com/hao1208hao/HHServiceSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "haohao": "424098404@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/hao1208hao/HHServiceSDK.git",
19     "tag": "1.0.0"
20   },
21   "requires_arc": true,
22   "source_files": "HHServiceSDK/*.{h,m}",
23   "public_header_files": "HHServiceSDK/*.h",
24   "subspecs": [
25     {
26       "name": "sysAlert",
27       "source_files": "HHServiceSDK/sysAlert/*.{h,m}",
28       "public_header_files": "HHServiceSDK/sysAlert/*.h"
29     },
30     {
31       "name": "localValid",
32       "source_files": "HHServiceSDK/localValid/*.{h,m}",
33       "public_header_files": "HHServiceSDK/localValid/*.h"
34     },
35     {
36       "name": "scan",
37       "source_files": "HHServiceSDK/scan/*.{h,m}",
38       "public_header_files": "HHServiceSDK/scan/{ScanQR,QRTool}.h",
39       "dependencies": {
40         "HHServiceSDK/sysAlert": [
42         ]
43       }
44     },
45     {
46       "name": "useInfo",
47       "source_files": "HHServiceSDK/useInfo/*.{h,m}",
48       "public_header_files": "HHServiceSDK/useInfo/*.h"
49     },
50     {
51       "name": "camera",
52       "source_files": "HHServiceSDK/camera/*.{h,m}",
53       "public_header_files": "HHServiceSDK/camera/*.h"
54     }
55   ]