blob: a0b5795b6afea6efd7ba0a07ae795f1ae1a2c109 [file] [log] [blame]
{
"name": "TCNetworking",
"version": "0.1.3",
"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.3"
},
"source_files": "TCNetworking/Classes/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}