blob: ce0861debe6186bd22a0bedf1879ad81a022cec5 [file] [log] [blame]
{
"name": "CEProgressHUD",
"version": "1.0.0",
"summary": "Swift HUD",
"homepage": "https://github.com/Zhangyanshen/CEProgressHUD",
"license": "MIT",
"platforms": {
"ios": "8.0"
},
"authors": {
"Zhangyanshen": "zhangyanshen86@163.com"
},
"source": {
"git": "https://github.com/Zhangyanshen/CEProgressHUD.git",
"tag": "1.0.0"
},
"source_files": [
"CEProgressHUDDemo",
"CEProgressHUDDemo/**/*.{swift}"
],
"resources": "CEProgressHUDDemo/CEProgressHUD/*.{bundle}",
"requires_arc": true,
"frameworks": "UIKit"
}