blob: f10646abd7a7428156b1c96ed7e084f15e9c1b9a [file] [log] [blame]
{
"name": "TCNetworking",
"version": "0.1.6",
"summary": "AFNetworking封装",
"homepage": "https://github.com/ichensheng/TCNetworking",
"license": "MIT",
"authors": {
"ichensheng": "cs200521@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ichensheng/TCNetworking.git",
"tag": "0.1.6"
},
"source_files": "TCNetworking/Classes/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}