blob: d6c1f81c53066f656234a3fdccef6a58a3152153 [file] [log] [blame]
{
"name": "HTNetwork",
"version": "1.0.0",
"summary": "AFetworking3.0网络请求.",
"description": "基于AFetworking3.0网络请求封装",
"homepage": "https://github.com/TeaseTian/HTNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TeaseTian": "330972860@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/TeaseTian/HTNetwork.git",
"tag": "1.0.0"
},
"source_files": "HTNetwork/*.{h,m}",
"public_header_files": "HTNetwork/*.h",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}