blob: 6ed6569612ee279ee92c9643b06428f3421a8a63 [file] [log] [blame]
{
"name": "MBFileDownloader",
"version": "0.2",
"summary": "File Downloader",
"description": "Simple file downloader for iOS based on NSURLConnection. Downloader writes the data into file, not into memory.",
"homepage": "https://github.com/maximbilan/MBFileDownloader",
"license": {
"type": "MIT"
},
"authors": {
"Maxim Bilan": "maximb.mail@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/maximbilan/MBFileDownloader.git",
"tag": "0.2"
},
"source_files": [
"Classes",
"MBFileDownloader/Sources/**/*.{h,m}"
],
"requires_arc": true
}