blob: d9bfa54e4898b8ce1bd3c4076254df8bb7716476 [file] [log] [blame]
{
"name": "FastToast",
"version": "0.0.1",
"summary": "An iOS activity indicator view.",
"description": "MBProgressHUD 封装",
"homepage": "https://github.com/lengqingfeng/FastToast",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"allen": "lengshengren@gamil.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lengqingfeng/FastToast.git",
"tag": "0.0.1"
},
"source_files": "FastToast/FastToastClass/**/*.{h,m}",
"frameworks": [
"CoreGraphics",
"QuartzCore"
],
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
"~> 0.9.2"
]
}
}