blob: 127aaecc0f27784bb1568286277a934d6447b2b7 [file] [log] [blame]
{
"name": "ZTHttpClient",
"version": "1.0.1",
"summary": "一个基于AF 的网络框架",
"homepage": "https://github.com/huangluloveTing/ZTHttpClient.git",
"license": "MIT",
"authors": {
"Lucky Huang": "583699255@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/huangluloveTing/ZTHttpClient.git",
"tag": "1.0.1"
},
"source_files": [
"ZTNetworking/Cache/*.{h,m}",
"ZTNetworking/HTTP/*.{h,m}",
"ZTNetworking/Serializer/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"FMDB": [
]
}
}