[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / f / 4 / XSNetwork / 0.2.12 / XSNetwork.podspec.json
blobe213ef7109745b73845df8f0c45f51ce1a471032
2   "name": "XSNetwork",
3   "version": "0.2.12",
4   "summary": "对AFNetworking 4.0的封装",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/xiangshun110/XSNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xiangshun": "113648883@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/xiangshun110/XSNetwork.git",
16     "tag": "0.2.12"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "XSNetwork/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 4.0.1"
25     ],
26     "MBProgressHUD": [
27       "~> 1.2.0"
28     ]
29   }