blob: dd1877be44c91d5f116874a17090c29c32cb1886 [file] [log] [blame]
{
"name": "FSNetwork",
"version": "0.3.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.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FSNetwork/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"PromisesObjC": [
"~> 1.2.7"
]
}
}