blob: 90c947264fe061331d08c2ac11ffb8fa1c8dea36 [file] [log] [blame]
{
"name": "LCDownloadManager",
"version": "1.0.3",
"summary": "A simple download helper, resume broken transfer support. 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/iTofu/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/iTofu/LCDownloadManager.git",
"tag": "1.0.3"
},
"source_files": "LCDownloadManager/*",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}