blob: c968b7dfd2ec463632da691779eacdab48086bde [file] [log] [blame]
{
"name": "MXProgressHUD",
"version": "1.0.0",
"summary": "A category of MBProgressHUD",
"description": "The first stable version of MXProgressHUD, a category of MBProgressHUD",
"homepage": "https://github.com/Meniny/MBProgressHUD-MX",
"license": "MIT",
"authors": "Elias Abel",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Meniny/MBProgressHUD-MX.git",
"tag": "1.0.0"
},
"source_files": "MXProgressHUD/*.{h,m}",
"resources": "MXProgressHUD/MXProgressHUD.bundle",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"MBProgressHUD": [
]
},
"requires_arc": true
}