blob: a3334a3099a29dab6fa41c9cb4dd2b7bbbcc7a00 [file] [log] [blame]
{
"name": "SFBNetwork",
"version": "0.0.1",
"summary": "A network framework based on AFNetworking.",
"homepage": "https://github.com/SoftBoys/SFBNetwork",
"source": {
"git": "https://github.com/SoftBoys/SFBNetwork.git",
"tag": "0.0.1"
},
"license": "MIT",
"authors": {
"SoftBoys": "gjw_1019@163.com"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SFBNetwork",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}