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