[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / e / 9 / iUtil / 0.1.1 / iUtil.podspec.json
blobd4a04755ae1ddaee4fe2e8004b752d4ab4525870
2   "name": "iUtil",
3   "version": "0.1.1",
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.1"
17   },
18   "requires_arc": true,
19   "source_files": "iUtil/*.{h,m,swift}",
20   "pushed_with_swift_version": "4.0",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "iUtil/Core/*.{h,m,swift}"
25     },
26     {
27       "name": "HttpHelper",
28       "source_files": "iUtil/HttpHelper/*.{h,m,swift}",
29       "dependencies": {
30         "iUtil/JsonHelper": [
32         ],
33         "AFNetworking": [
35         ]
36       }
37     },
38     {
39       "name": "JsonHelper",
40       "source_files": [
41         "iUtil/JsonHelper/*.{h,m,swift}",
42         "iUtil/JsonHelper/Parser/*.{h,m,swift}"
43       ],
44       "dependencies": {
45         "iUtil/Core": [
47         ]
48       }
49     },
50     {
51       "name": "Swizzle",
52       "source_files": "iUtil/Swizzle/*.{h,m,swift}"
53     },
54     {
55       "name": "Theme",
56       "source_files": [
57         "iUtil/Theme/*.{h,m,swift}",
58         "iUtil/Theme/UIKit/*.{h,m,swift}"
59       ]
60     }
61   ]