[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / e / 0 / HHServiceSDK / 1.0.2 / HHServiceSDK.podspec.json
blobc685d87fcbb40926bbfa6ab7bee616e1f6c0b855
2   "name": "HHServiceSDK",
3   "version": "1.0.2",
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.2"
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       "source_files": "HHServiceSDK/baseView/{WKWebView,imageCode}/*.{h,m}",
78       "public_header_files": "HHServiceSDK/baseView/{WKWebView,imageCode}/{WKWebViewVC,HHImageCode}.h",
79       "frameworks": "WebKit",
80       "dependencies": {
81         "HHServiceSDK/macros": [
83         ]
84       }
85     }
86   ]