[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / e / 9 / iUtil / 1.0.4 / iUtil.podspec.json
blob2b2668b40641555d1d12c1b13ac66e5e793b8b3c
2   "name": "iUtil",
3   "version": "1.0.4",
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": "9.0"
13   },
14   "source": {
15     "git": "https://gitee.com/wendachuan/iUtil.git",
16     "tag": "1.0.4"
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       "dependencies": {
25         "Runtime": [
27         ]
28       }
29     },
30     {
31       "name": "Html",
32       "source_files": "iUtil/Html/*.{h,m,swift}",
33       "dependencies": {
34         "iUtil/Core": [
36         ],
37         "HTMLReader": [
38           "~> 0.9.6"
39         ]
40       },
41       "subspecs": [
42         {
43           "name": "js",
44           "resources": "iUtil/Html/js/*.js"
45         }
46       ]
47     },
48     {
49       "name": "HttpHelper",
50       "source_files": "iUtil/HttpHelper/*.{h,m,swift}",
51       "dependencies": {
52         "iUtil/JsonHelper": [
54         ],
55         "iUtil/Core": [
57         ],
58         "AFNetworking": [
60         ]
61       }
62     },
63     {
64       "name": "JsonHelper",
65       "source_files": [
66         "iUtil/JsonHelper/*.{h,m,swift}",
67         "iUtil/JsonHelper/Parser/*.{h,m,swift}"
68       ],
69       "dependencies": {
70         "iUtil/Core": [
72         ]
73       }
74     },
75     {
76       "name": "Swizzle",
77       "source_files": "iUtil/Swizzle/*.{h,m,swift}",
78       "dependencies": {
79         "iUtil/Core": [
81         ]
82       }
83     },
84     {
85       "name": "Theme",
86       "source_files": [
87         "iUtil/Theme/*.{h,m,swift}",
88         "iUtil/Theme/UIKit/*.{h,m,swift}"
89       ],
90       "dependencies": {
91         "iUtil/Core": [
93         ]
94       }
95     }
96   ]