[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / f / a / MGNetworking-Y / 0.0.2 / MGNetworking-Y.podspec.json
blob27bfeabb0ceebe096ce1e29f49bf6cfc8801360e
2   "name": "MGNetworking-Y",
3   "version": "0.0.2",
4   "summary": "基于AFNetworking封装的网络库,涵盖基本的POST/GET请求,文件上传和下载。",
5   "description": "基于AFNetworking封装的网络库,涵盖基本的POST/GET请求,文件上传和下载,功能还在持续完善中,有任何问题请联系我。",
6   "homepage": "https://github.com/cndevmingle/MGNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mingle": "cndevmingle@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/cndevmingle/MGNetworking.git",
19     "tag": "0.0.2"
20   },
21   "source_files": "MGNetworking/MGNetworking/MGNetworking/**/*.{h,m}",
22   "dependencies": {
23     "YTKKeyValueStore": [
24       "~> 0.1.2"
25     ],
26     "MJExtension": [
27       "~> 3.0.13"
28     ],
29     "AFNetworking": [
30       "~> 3.2.0"
31     ]
32   }