blob: 2b3c14d9204caa742bd0f50fb29836456e5cadff [file] [log] [blame]
{
"name": "CPYDownloader",
"version": "0.1.2",
"summary": "A simple multi task downloader.",
"description": "A simple multi task downloader, inspire by AFImageDownloader.",
"homepage": "https://github.com/cielpy/CPYDownloader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cielpy": "beijiu572@gmail.com"
},
"source": {
"git": "https://github.com/cielpy/CPYDownloader.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CPYDownloader/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}