blob: f669a8eaccd7e8442edfe5757e9eac2f0c59e345 [file] [log] [blame]
{
"name": "MBFileDownloader",
"version": "0.1",
"summary": "File Downloader",
"description": "Simple iOS File Downloader",
"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.1"
},
"source_files": [
"Classes",
"MBFileDownloader/Sources/**/*.{h,m}"
],
"requires_arc": true
}