blob: 2d7056605d26695c72558f3d5b4bb84fffb7cf65 [file] [log] [blame]
{
"name": "MBProgressHUD-OSX",
"version": "0.0.1",
"summary": "MBProgressHUD port for OS X.",
"homepage": "https://github.com/vanelizarov/MBProgressHUD-OSX",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ivan Elizarov": "elizarov.vanya@gmail.com"
},
"platforms": {
"osx": "10.10"
},
"source": {
"git": "https://github.com/vanelizarov/MBProgressHUD-OSX.git",
"tag": "0.0.1"
},
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/*.h",
"frameworks": "Foundation",
"requires_arc": true
}