blob: 1a40a946064067ee090faeeec4ca980c41c96fb1 [file] [log] [blame]
{
"name": "TJNetwork",
"version": "0.0.2",
"summary": "AFNetworking二次封装,内部依赖了AFNetworking,YYCache",
"description": "AFNetworking二次封装,内部依赖了AFNetworking,YYCache",
"homepage": "https://github.com/Tang910103",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tang杰": "tang910103@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Tang910103/TJNetwork.git",
"tag": "0.0.2"
},
"source_files": "TJNetwork/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
],
"YYCache": [
]
}
}