blob: 9d0891fcd21842df04ba040de1f8f8d29fbb5efb [file] [log] [blame]
{
"name": "THNetworking",
"version": "1.0.0",
"summary": "基于AFN封装的网络层",
"description": "基于AFN封装的网络层......",
"homepage": "http://gitlab.taihe.site/tuhao/thnetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"涂浩": "tuhao@taihe.com"
},
"source": {
"git": "http://gitlab.taihe.site/tuhao/thnetworking.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NetworkingHelper/Networking/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}