blob: cd9f289f8d05dbb74b5484409acf855da447d15e [file] [log] [blame]
{
"name": "QuickRippleButton",
"version": "0.0.1",
"summary": "Create Gmail style ripple button on iOS platform with one line of code or using interface builder.",
"description": "This project aims to make it easy to create a ripple button on the iOS platform.The ripple-style animation is used in the latest Gmail app on Android. This project is inspired by this animation and want to create a custom class based on UIButton.",
"homepage": "https://github.com/ansonyao/QuickRippleButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anson Yao": "yaoenxin@gmail.com"
},
"source": {
"git": "https://github.com/ansonyao/QuickRippleButton.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "QuickRippleButton/Classes/**/*",
"pushed_with_swift_version": "3.0"
}