[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 9 / 8 / XNNetWorkManager / 0.1.22 / XNNetWorkManager.podspec.json
blobddd514306ce39e33471347f7adc639b26bb4f840
2   "name": "XNNetWorkManager",
3   "version": "0.1.22",
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.22"
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   }