[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 9 / 8 / XNNetWorkManager / 0.1.24 / XNNetWorkManager.podspec.json
blobcf6af6651a6129b916da7ddd3a77c4724cdec03e
2   "name": "XNNetWorkManager",
3   "version": "0.1.24",
4   "summary": "对AFNetWorking封装的网络请求工具",
5   "description": "A network request class for AFNetWorking package, which can determine repeated submissions, set request headers and request types, and inject code before returning data after the request is completed.",
6   "homepage": "https://github.com/yexiannan/XNNetWorkManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Luigi": "932056276@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/yexiannan/XNNetWorkManager.git",
16     "tag": "0.1.24"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "XNNetWorkManager/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
25     ],
26     "SVProgressHUD": [
28     ],
29     "YYModel": [
31     ]
32   }