[Add] FluentIcons 1.1.268
[CocoaPods.git] / Specs / d / e / 1 / CJNetwork / 0.1.4 / CJNetwork.podspec.json
blobae1330513f66434a05242b1ef84861e35c4d65e3
2   "name": "CJNetwork",
3   "version": "0.1.4",
4   "summary": "一个AFNetworking应用的封装",
5   "homepage": "https://github.com/dvlproad/CJNetwork",
6   "license": "MIT",
7   "authors": {
8     "dvlproad": "studyroad@qq.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/dvlproad/CJNetwork.git",
15     "tag": "CJNetwork_0.1.4"
16   },
17   "source_files": "CJNetwork/*.{h,m}",
18   "frameworks": "UIKit",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "CJNetworkMonitor",
23       "source_files": "CJNetwork/CJNetworkMonitor/**/*.{h,m}",
24       "dependencies": {
25         "AFNetworking": [
26           "~> 3.1.0"
27         ]
28       }
29     },
30     {
31       "name": "CJRequestUtil",
32       "source_files": "CJNetwork/CJRequestUtil/**/*.{h,m}"
33     },
34     {
35       "name": "AFNetworkingUploadComponent",
36       "source_files": "CJNetwork/AFNetworkingUploadComponent/**/*.{h,m}",
37       "dependencies": {
38         "CJNetwork/CJNetworkMonitor": [
40         ]
41       }
42     },
43     {
44       "name": "CJCacheManager",
45       "source_files": "CJCacheManager/**/*.{h,m}"
46     },
47     {
48       "name": "AFNetworkingBaseComponent",
49       "source_files": "CJNetwork/AFNetworkingBaseComponent/**/*.{h,m}",
50       "dependencies": {
51         "CJNetwork/CJNetworkMonitor": [
53         ],
54         "CJNetwork/CJCacheManager": [
56         ]
57       }
58     },
59     {
60       "name": "AFNetworkingCheckVersionComponent",
61       "source_files": "CJNetwork/AFNetworkingCheckVersionComponent/**/*.{h,m}",
62       "dependencies": {
63         "CJNetwork/CJNetworkMonitor": [
65         ]
66       }
67     }
68   ]