blob: 48ae4e9719cc537832395b6b2b650252d8682cfe [file] [log] [blame]
{
"name": "MGJRequestManager",
"version": "0.8.0",
"summary": "A Network Library based on AFNetworking 2.*",
"homepage": "http://github.com/mogujie/MGJRequestManager",
"license": "MIT",
"authors": {
"limboy": "limboy.me@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/mogujie/MGJRequestManager.git",
"tag": "0.8.0"
},
"source_files": "MGJRequestManager/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}