[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / e / 0 / HHServiceSDK / 1.0.5 / HHServiceSDK.podspec.json
blob5c612d4ec21ac959457fa0a00e939aee8ba04a7c
2   "name": "HHServiceSDK",
3   "version": "1.0.5",
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.5"
20   },
21   "requires_arc": true,
22   "source_files": "HHServiceSDK/*.{h,m}",
23   "subspecs": [
24     {
25       "name": "macros",
26       "source_files": "HHServiceSDK/macros/*.{h,m}",
27       "public_header_files": "HHServiceSDK/macros/*.h"
28     },
29     {
30       "name": "singleton",
31       "source_files": "HHServiceSDK/singleton/*.{h,m}",
32       "public_header_files": "HHServiceSDK/singleton/*.h"
33     },
34     {
35       "name": "sysAlert",
36       "source_files": "HHServiceSDK/sysAlert/*.{h,m}",
37       "public_header_files": "HHServiceSDK/sysAlert/*.h"
38     },
39     {
40       "name": "localValid",
41       "source_files": "HHServiceSDK/localValid/*.{h,m}",
42       "public_header_files": "HHServiceSDK/localValid/*.h"
43     },
44     {
45       "name": "scan",
46       "source_files": "HHServiceSDK/scan/*.{h,m}",
47       "public_header_files": "HHServiceSDK/scan/{ScanQR,QRTool}.h",
48       "dependencies": {
49         "HHServiceSDK/sysAlert": [
51         ]
52       }
53     },
54     {
55       "name": "useInfo",
56       "source_files": "HHServiceSDK/useInfo/*.{h,m}",
57       "public_header_files": "HHServiceSDK/useInfo/*.h"
58     },
59     {
60       "name": "location",
61       "source_files": "HHServiceSDK/location/*.{h,m}",
62       "public_header_files": "HHServiceSDK/location/*.h",
63       "frameworks": "CoreLocation",
64       "dependencies": {
65         "HHServiceSDK/useInfo": [
67         ]
68       }
69     },
70     {
71       "name": "camera",
72       "source_files": "HHServiceSDK/camera/*.{h,m}",
73       "public_header_files": "HHServiceSDK/camera/*.h"
74     },
75     {
76       "name": "baseView",
77       "subspecs": [
78         {
79           "name": "WKWebView",
80           "source_files": "HHServiceSDK/baseView/WKWebView/*.{h,m}",
81           "public_header_files": "HHServiceSDK/baseView/WKWebView/WKWebViewVC.h",
82           "frameworks": "WebKit",
83           "dependencies": {
84             "HHServiceSDK/macros": [
86             ]
87           }
88         },
89         {
90           "name": "imageCode",
91           "source_files": "HHServiceSDK/baseView/imageCode/*.{h,m}",
92           "public_header_files": "HHServiceSDK/baseView/imageCode/HHImageCode.h",
93           "dependencies": {
94             "HHServiceSDK/macros": [
96             ]
97           }
98         }
99       ]
100     },
101     {
102       "name": "extensions",
103       "subspecs": [
104         {
105           "name": "UIView",
106           "source_files": "HHServiceSDK/extensions/UIView/*.{h,m}",
107           "public_header_files": "HHServiceSDK/extensions/UIView/UIView+HHCorner.h"
108         }
109       ]
110     },
111     {
112       "name": "toast",
113       "source_files": "HHServiceSDK/toast/*.{h,m}",
114       "public_header_files": "HHServiceSDK/toast/*.h"
115     }
116   ]