blob: bc20387fbfe113378fe6895fc5a26f8638cdd2c5 [file] [log] [blame]
{
"name": "RippleAnimation",
"version": "0.1.1",
"summary": "Inspired from Material Design Ripple Effects for iOS",
"description": "- Easy way to use Ripple Effects is call `rippleAnimate` method for your UIView instances.\n- `rippleAnimate` is UIView extension.",
"homepage": "https://github.com/mnat44/RippleAnimation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Motoki Narita": "m.nat44@gmail.com"
},
"social_media_url": "http://twitter.com/mo_to_44",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mnat44/RippleAnimation.git",
"tag": "0.0.2"
},
"source_files": "RippleAnimation/**/*.swift",
"requires_arc": true
}