blob: ee9b5145ed4734f3e161e44740d266bcbe690a03 [file] [log] [blame]
{
"name": "Frodo-HTTP",
"version": "0.1.1",
"summary": "HTTP快速使用.",
"description": "需要依赖AFNetWorking",
"homepage": "https://github.com/developer-chenlin/Frodo-HTTP",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chenlinios@sina.com": "chenlinios@sina.com"
},
"source": {
"git": "https://github.com/developer-chenlin/Frodo-HTTP.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Frodo-HTTP/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.2"
]
}
}