blob: 359b84c5949da99ec30f0ea93dbd9d034dd78c1c [file] [log] [blame]
{
"name": "TCNetwork",
"version": "0.1.4",
"summary": "链式编程封装AFNetworking,使得HTTP请求变得更加简洁易用.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/xtuck/TCNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xtuck": "104166631@qq.com"
},
"source": {
"git": "https://github.com/xtuck/TCNetwork.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "9.0"
},
"source_files": "TCNetwork/Classes/**/*",
"dependencies": {
"AFNetworking": [
],
"MBProgressHUD": [
],
"Aspects": [
],
"CocoaSecurity": [
]
}
}