blob: 85348defb3434b6a5e2bf1c48837e3a8a62c12d8 [file] [log] [blame]
{
"name": "LCDownloadManager",
"version": "1.0.2",
"summary": "A simple download helper, you can resume broken transfer. Support: http://LeoDev.me",
"description": "A simple download helper, you can resume broken transfer.\nIt dependent on AFN(https://github.com/AFNetworking/AFNetworking) 2.x.",
"homepage": "https://github.com/LeoiOS/LCDownloadManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Leo": "devtip@163.com"
},
"social_media_url": "http://LeoDev.me",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/LeoiOS/LCDownloadManager.git",
"tag": "1.0.2"
},
"source_files": "LCDownloadManager/*",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}