blob: 81562681da0b2f7ef2fdb33774feec16fdf73c97 [file] [log] [blame]
{
"name": "CarsmartDownloadKit",
"version": "1.2.0",
"summary": "断点续传下载",
"homepage": "https://github.com/twinttor/CarsmartDownloadKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "9.0"
},
"authors": {
"twinttor": "ardor_zsl@qq.com"
},
"source": {
"git": "https://github.com/twinttor/CarsmartDownloadKit.git",
"tag": "1.2.0"
},
"source_files": [
"CarsmartDownloadKit/*.{h,m}",
"CarsmartDownloadKit/**/*.{h,m}"
],
"requires_arc": true,
"ios": {
"frameworks": "Foundation"
},
"dependencies": {
"AFNetworking": [
]
}
}