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