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