[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / e / 1 / CJNetwork / 0.0.5 / CJNetwork.podspec.json
blob2f2157916ded9954cee43696632888e4060c285b
2   "name": "CJNetwork",
3   "version": "0.0.5",
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": "AFHTTPSessionManager+CJCategory_0.0.5"
16   },
17   "frameworks": "UIKit",
18   "requires_arc": true,
19   "dependencies": {
20     "AFNetworking": [
21       "~> 3.1.0"
22     ],
23     "SVProgressHUD": [
24       "~> 1.1.3"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "AFHTTPSessionManager+CJCategory",
30       "source_files": "CJNetwork/AFHTTPSessionManager+CJCategory/**/*.{h,m}",
31       "subspecs": [
32         {
33           "name": "CJNetworkMonitor",
34           "source_files": "CJNetwork/CJNetworkMonitor/**/*.{h,m}"
35         },
36         {
37           "name": "CJCacheManager",
38           "source_files": "CJCacheManager/**/*.{h,m}"
39         }
40       ]
41     },
42     {
43       "name": "URLRequestUtil",
44       "source_files": "CJNetwork/URLRequestUtil/**/*.{h,m}"
45     }
46   ]