blob: 5a673ee526af850e5e272173857cf46709d33714 [file] [log] [blame]
{
"name": "FSNetwork",
"version": "0.1.0",
"summary": "Network tools for small team development.",
"description": "A network tool for small team development. Lightweight, easy to expand, easy to develop",
"homepage": "https://github.com/cnwanq/FSNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wanqijian": "wanqijian@icloud.com"
},
"source": {
"git": "https://github.com/cnwanq/FSNetwork.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FSNetwork/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"PromisesObjC": [
"~> 1.2.7"
]
}
}