[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / e / 1 / CJNetwork / 0.0.7 / CJNetwork.podspec.json
blob1df3bc4f8b5e83a9b21e26301d833cd1dc81e861
2   "name": "CJNetwork",
3   "version": "0.0.7",
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.0.7"
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": "CJCacheManager",
32       "source_files": "CJCacheManager/**/*.{h,m}"
33     },
34     {
35       "name": "AFHTTPSessionManager+CJCacheRequest",
36       "source_files": "CJNetwork/AFHTTPSessionManager+CJCacheRequest/**/*.{h,m}",
37       "dependencies": {
38         "CJNetwork/CJNetworkMonitor": [
40         ],
41         "CJNetwork/CJCacheManager": [
43         ],
44         "SVProgressHUD": [
45           "~> 1.1.3"
46         ]
47       }
48     },
49     {
50       "name": "AFHTTPSessionManager+CJCheckVersion",
51       "source_files": "CJNetwork/AFHTTPSessionManager+CJCheckVersion/**/*.{h,m}",
52       "dependencies": {
53         "CJNetwork/CJNetworkMonitor": [
55         ]
56       }
57     },
58     {
59       "name": "AFHTTPSessionManager+CJUploadFile",
60       "source_files": "CJNetwork/AFHTTPSessionManager+CJUploadFile/**/*.{h,m}",
61       "dependencies": {
62         "CJNetwork/CJNetworkMonitor": [
64         ]
65       }
66     },
67     {
68       "name": "URLRequestUtil",
69       "source_files": "CJNetwork/URLRequestUtil/**/*.{h,m}"
70     }
71   ]