[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / b / 5 / 9 / CJNetworkClient / 1.4.3 / CJNetworkClient.podspec.json
blob4ade662f069bff46b13cb32cbcce029e3eb881af
2   "name": "CJNetworkClient",
3   "version": "1.4.3",
4   "summary": "网络请求的管理类:一个基于CJNetwork而封装的网络请求接口管理库",
5   "homepage": "https://github.com/dvlproad/CJNetwork",
6   "license": "MIT",
7   "authors": {
8     "dvlproad": "studyroad@qq.com"
9   },
10   "description": "- CJNetworkClient:网络请求的管理类,其他NetworkClient可通过本CJNetworkClient继承,也可自己再实现\n\n\n A longer description of CJNetworkClient in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!",
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/dvlproad/CJNetwork.git",
16     "tag": "CJNetworkClient_1.4.3"
17   },
18   "frameworks": "UIKit",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "Base",
23       "source_files": "CJNetworkClient/Base/**/*.{h,m}",
24       "dependencies": {
25         "CJNetwork/CJNetworkCommon": [
27         ],
28         "AFNetworking": [
30         ],
31         "CJNetworkSimulate": [
33         ],
34         "CQNetworkPublic/Base": [
36         ]
37       }
38     },
39     {
40       "name": "Request",
41       "source_files": "CJNetworkClient/Request/**/*.{h,m}",
42       "dependencies": {
43         "CJNetworkClient/Base": [
45         ],
46         "CJNetwork/AFNetworkingSerializerEncrypt": [
48         ],
49         "CQNetworkPublic/Request/Helper": [
51         ],
52         "CQNetworkPublic/Request/Client": [
54         ]
55       }
56     },
57     {
58       "name": "Upload",
59       "source_files": "CJNetworkClient/Upload/**/*.{h,m}",
60       "dependencies": {
61         "CJNetworkClient/Base": [
63         ],
64         "CJNetwork/AFNetworkingUploadComponent": [
66         ],
67         "CQNetworkPublic/Upload/Helper": [
69         ],
70         "CQNetworkPublic/Upload/Client": [
72         ]
73       }
74     }
75   ]