[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 5 / 9 / CJNetworkClient / 1.4.1 / CJNetworkClient.podspec.json
blob2b8aa3612301a7355563bc0a2fdb48c1aa6459be
2   "name": "CJNetworkClient",
3   "version": "1.4.1",
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.1"
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         "CJNetworkSimulate": [
30         ],
31         "CQNetworkPublic/Base": [
33         ]
34       }
35     },
36     {
37       "name": "Request",
38       "source_files": "CJNetworkClient/Request/**/*.{h,m}",
39       "dependencies": {
40         "CJNetworkClient/Base": [
42         ],
43         "CJNetwork/AFNetworkingSerializerEncrypt": [
45         ],
46         "CQNetworkPublic/Helper/Request": [
48         ],
49         "CQNetworkPublic/Client/Request": [
51         ]
52       }
53     },
54     {
55       "name": "Upload",
56       "source_files": "CJNetworkClient/Upload/**/*.{h,m}",
57       "dependencies": {
58         "CJNetworkClient/Base": [
60         ],
61         "CJNetwork/AFNetworkingUploadComponent": [
63         ],
64         "CQNetworkPublic/Helper/Upload": [
66         ],
67         "CQNetworkPublic/Client/Upload": [
69         ]
70       }
71     }
72   ]