blob: 10836085c3859b41693669ddf5af295d02044988 [file] [log] [blame]
{
"name": "HShakeAlertView",
"version": "1.0.0",
"summary": "使用场景:给定一个密码,弹出输入框,用给定的密码进行验证,如密码不正确,则不取消alertview,并做错误提示。正确则在block里执行下一步",
"homepage": "https://github.com/vivihu/HShakeAlertView",
"license": "MIT",
"authors": {
"胡伟伟": "huweiwei1991@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/vivihu/HShakeAlertView.git",
"tag": "1.0.0"
},
"source_files": "HShakeAlertView/**/*.{h,m}",
"requires_arc": true
}