[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / c / b / MGJRequestManager / 0.8.0 / MGJRequestManager.podspec.json
blob48ae4e9719cc537832395b6b2b650252d8682cfe
2   "name": "MGJRequestManager",
3   "version": "0.8.0",
4   "summary": "A Network Library based on AFNetworking 2.*",
5   "homepage": "http://github.com/mogujie/MGJRequestManager",
6   "license": "MIT",
7   "authors": {
8     "limboy": "limboy.me@gmail.com"
9   },
10   "platforms": {
11     "ios": "6.0"
12   },
13   "source": {
14     "git": "https://github.com/mogujie/MGJRequestManager.git",
15     "tag": "0.8.0"
16   },
17   "source_files": "MGJRequestManager/*.{h,m}",
18   "dependencies": {
19     "AFNetworking": [
20       "~> 2.0"
21     ]
22   }