[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 5 / 9 / CJNetworkClient / 1.3.0 / CJNetworkClient.podspec.json
blobb568644092c5159c99a9b02fd6275d0fd8b32c4d
2   "name": "CJNetworkClient",
3   "version": "1.3.0",
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.3.0"
17   },
18   "frameworks": "UIKit",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "NetworkClient",
23       "source_files": "CJNetworkClient/**/*.{h,m}",
24       "dependencies": {
25         "CQNetworkPublic/Client": [
27         ],
28         "CJNetwork/AFNetworkingSerializerEncrypt": [
30         ],
31         "CJNetwork/AFNetworkingUploadComponent": [
33         ],
34         "CJNetworkSimulate": [
36         ]
37       }
38     }
39   ]