blob: d1687d3ea80208807e2c1f017e7106bc6319d8a5 [file] [log] [blame]
{
"name": "CPYDownloader",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CPYDownloader/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}