[Add] DocumentReaderMRZBarcodeStage 7.5.10793
[CocoaPods.git] / Specs / 2 / e / 9 / iUtil / 1.0.3 / iUtil.podspec.json
blob2fb53d2449a6d1e9b7ab5a7466cd4f4f444edc8d
2   "name": "iUtil",
3   "version": "1.0.3",
4   "summary": "Util class collection for ios.",
5   "description": "The project contains many useful classes for ios.",
6   "homepage": "https://gitee.com/wendachuan/iUtil",
7   "license": "GPLv2",
8   "authors": {
9     "wendachuan": "wendachuan@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://gitee.com/wendachuan/iUtil.git",
16     "tag": "1.0.3"
17   },
18   "requires_arc": true,
19   "source_files": "iUtil/*.{h,m,swift}",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "iUtil/Core/*.{h,m,swift}"
24     },
25     {
26       "name": "Html",
27       "source_files": "iUtil/Html/*.{h,m,swift}",
28       "dependencies": {
29         "iUtil/Core": [
31         ],
32         "HTMLReader": [
33           "~> 0.9.6"
34         ]
35       },
36       "subspecs": [
37         {
38           "name": "js",
39           "resources": "iUtil/Html/js/*.js"
40         }
41       ]
42     },
43     {
44       "name": "HttpHelper",
45       "source_files": "iUtil/HttpHelper/*.{h,m,swift}",
46       "dependencies": {
47         "iUtil/JsonHelper": [
49         ],
50         "iUtil/Core": [
52         ],
53         "AFNetworking": [
55         ]
56       }
57     },
58     {
59       "name": "JsonHelper",
60       "source_files": [
61         "iUtil/JsonHelper/*.{h,m,swift}",
62         "iUtil/JsonHelper/Parser/*.{h,m,swift}"
63       ],
64       "dependencies": {
65         "iUtil/Core": [
67         ]
68       }
69     },
70     {
71       "name": "Swizzle",
72       "source_files": "iUtil/Swizzle/*.{h,m,swift}",
73       "dependencies": {
74         "iUtil/Core": [
76         ]
77       }
78     },
79     {
80       "name": "Theme",
81       "source_files": [
82         "iUtil/Theme/*.{h,m,swift}",
83         "iUtil/Theme/UIKit/*.{h,m,swift}"
84       ],
85       "dependencies": {
86         "iUtil/Core": [
88         ]
89       }
90     }
91   ]