[Add] FaceSDKNightly 6.4.2305
[CocoaPods.git] / Specs / d / e / 1 / CJNetwork / 0.2.1 / CJNetwork.podspec.json
blob54b0d9c9b28cb677d37931a997fdd68ccd5fd65d
2   "name": "CJNetwork",
3   "version": "0.2.1",
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.2.1"
16   },
17   "source_files": "CJNetwork/*.{h,m}",
18   "frameworks": "UIKit",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "CJRequestUtil",
23       "source_files": "CJNetwork/CJRequestUtil/**/*.{h,m}"
24     },
25     {
26       "name": "AFNetworkingUploadComponent",
27       "source_files": "CJNetwork/AFNetworkingUploadComponent/**/*.{h,m}",
28       "dependencies": {
29         "AFNetworking": [
31         ]
32       }
33     },
34     {
35       "name": "CJCacheManager",
36       "source_files": "CJCacheManager/**/*.{h,m}"
37     },
38     {
39       "name": "AFNetworkingBaseComponent",
40       "source_files": "CJNetwork/AFNetworkingBaseComponent/**/*.{h,m}",
41       "dependencies": {
42         "AFNetworking": [
44         ],
45         "CJNetwork/CJCacheManager": [
47         ]
48       }
49     }
50   ]