blob: 4051b9629b2fb5406e2b8733364f4fbb73a121ab [file] [log] [blame]
{
"name": "Frodo-HTTP",
"version": "1.0.0",
"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": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Frodo-HTTP/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.2"
]
}
}