blob: dc74100facda2bf8bd0bde19630ac6c14e8df584 [file] [log] [blame]
{
"name": "TBNetWork",
"version": "1.0.1",
"summary": "it is a network framework base on AFNetworking 2",
"homepage": "https://github.com/tangbo124/TBNetWork",
"license": "MIT",
"authors": {
"tangbo": "tangbo198989@126.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/tangbo124/TBNetWork.git",
"tag": "1.0.1"
},
"source_files": "TBNetWork/TB*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~>2.0"
]
}
}