blob: e73d99cd4e09093e5c7a3697050e7bbca73ed596 [file] [log] [blame]
{
"name": "CBProgressHUD",
"version": "1.0.0",
"summary": "模仿MBProgressHUD,实现代码轻量化和约束轻微优化.",
"homepage": "https://github.com/cbangchen/CBProgressHUD",
"license": "MIT",
"authors": {
"陈超邦": "http://cbang.info"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/cbangchen/CBProgressHUD.git",
"tag": "1.0.0"
},
"source_files": "CBProgressHUD/CBProgressHUD/*.{h,m}",
"requires_arc": true
}