[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / e / 1 / CJNetwork / 0.1.0 / CJNetwork.podspec.json
blobc31ca51d5c712b05de47a9c32ef78595e99747b8
2   "name": "CJNetwork",
3   "version": "0.1.0",
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.0"
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         "SVProgressHUD": [
58           "~> 1.1.3"
59         ]
60       }
61     },
62     {
63       "name": "AFNetworkingCheckVersionComponent",
64       "source_files": "CJNetwork/AFNetworkingCheckVersionComponent/**/*.{h,m}",
65       "dependencies": {
66         "CJNetwork/CJNetworkMonitor": [
68         ]
69       }
70     }
71   ]