[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 4 / 9 / HWKit / 0.1.0 / HWKit.podspec.json
blob30100ddc9951bfb5cb387f042b8787478e81e5d8
2   "name": "HWKit",
3   "version": "0.1.0",
4   "summary": "常用ObjC工具",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/xiaoniu2014",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hongw": "hongwei@ctrip.com"
13   },
14   "source": {
15     "git": "https://github.com/xiaoniu2014/HWKit.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/hongw_666",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "HWKit/Classes/**/*",
23   "subspecs": [
24     {
25       "name": "JMCRouter",
26       "source_files": "HWKit/Classes/JMCRouter/**/*"
27     },
28     {
29       "name": "UIFoundation",
30       "source_files": "HWKit/Classes/UIFoundation/**/*"
31     },
32     {
33       "name": "UIKit",
34       "source_files": "HWKit/Classes/UIKit/**/*"
35     }
36   ]