blob: fae2184ae2cb19e4b207e2ecdba7e8fff1d9d9f0 [file] [log] [blame]
{
"name": "MZDownloadManager",
"version": "3.1",
"summary": "NSURLSession based download manager.",
"description": "Download large files even in background, download multiple files, resume interrupted downloads.",
"homepage": "https://github.com/mzeeshanid/MZDownloadManager",
"screenshots": "https://cloud.githubusercontent.com/assets/2767152/3459842/0c40fe66-0211-11e4-90d8-d8942c8f8651.png",
"license": "BSD",
"authors": {
"Muhammad Zeeshan": "mzeeshanid@yahoo.com"
},
"source": {
"git": "https://github.com/mzeeshanid/MZDownloadManager.git",
"tag": "3.1"
},
"social_media_url": "https://twitter.com/mzeeshanid",
"platforms": {
"ios": "8.0"
},
"source_files": "MZDownloadManager/Classes/**/*",
"resource_bundles": {
"MZDownloadManager": [
"MZDownloadManager/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"Foundation"
]
}