[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / e / 0 / HHServiceSDK / 0.0.9 / HHServiceSDK.podspec.json
blobf97360ec2cd0ccec38d2035316c7fc7bc19efdcb
2   "name": "HHServiceSDK",
3   "version": "0.0.9",
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": "0.0.9"
20   },
21   "requires_arc": true,
22   "source_files": "HHServiceSDK/*.{h,m}",
23   "subspecs": [
24     {
25       "name": "sysAlert",
26       "source_files": "HHServiceSDK/sysAlert/*.{h,m}",
27       "public_header_files": "HHServiceSDK/sysAlert/*.h"
28     },
29     {
30       "name": "localValid",
31       "source_files": "HHServiceSDK/localValid/*.{h,m}",
32       "public_header_files": "HHServiceSDK/localValid/*.h"
33     },
34     {
35       "name": "scan",
36       "source_files": "HHServiceSDK/scan/*.{h,m}",
37       "public_header_files": "HHServiceSDK/scan/*.h",
38       "dependencies": {
39         "HHServiceSDK/sysAlert": [
41         ]
42       }
43     }
44   ]