[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / e / 9 / iUtil / 0.1.2 / iUtil.podspec.json
blob41647507fb9eecf54d4f149695524d65e5a75f91
2   "name": "iUtil",
3   "version": "0.1.2",
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": "0.1.2"
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": "HttpHelper",
27       "source_files": "iUtil/HttpHelper/*.{h,m,swift}",
28       "dependencies": {
29         "iUtil/JsonHelper": [
31         ],
32         "AFNetworking": [
34         ]
35       }
36     },
37     {
38       "name": "JsonHelper",
39       "source_files": [
40         "iUtil/JsonHelper/*.{h,m,swift}",
41         "iUtil/JsonHelper/Parser/*.{h,m,swift}"
42       ],
43       "dependencies": {
44         "iUtil/Core": [
46         ]
47       }
48     },
49     {
50       "name": "Swizzle",
51       "source_files": "iUtil/Swizzle/*.{h,m,swift}"
52     },
53     {
54       "name": "Theme",
55       "source_files": [
56         "iUtil/Theme/*.{h,m,swift}",
57         "iUtil/Theme/UIKit/*.{h,m,swift}"
58       ]
59     }
60   ]