blob: a36c1d0827bbe093fee4b6275ca1a3cf6187cbe4 [file] [log] [blame]
{
"name": "QDDownloader",
"version": "0.1.2",
"summary": "Downloader depend on AFNetworking.",
"homepage": "https://github.com/QiuDaniel/QDDownloader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"qiudan": "qiudan-098@163.com"
},
"source": {
"git": "https://github.com/QiuDaniel/QDDownloader.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"QDDownloader/*.{h,m}",
"QDDownloader/Core/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
],
"SSZipArchive": [
]
}
}