[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / f / a / MGNetworking-Y / 0.0.4 / MGNetworking-Y.podspec.json
blob353a3cad993000db0ff13a495aec286be6f74c21
2   "name": "MGNetworking-Y",
3   "version": "0.0.4",
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.4"
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   }