blob: 8b9722c72d14f6554a732408f686ceee4175f8fe [file] [log] [blame]
{
"name": "Rippl",
"version": "0.0.2",
"summary": "UI element showing a growing circle, reminiscent of a ripple in a pond.",
"description": "A Rippl is a simple UIView sublcass which draws an ellipse\n(most probably a circle) within its frame and has 2 built-in\nanimations. You can call an \"impact ripple\" to create an\nadditional growing ellipse behind the original one, or you\ncan call a \"gain\" animation that grows the original view\naccording to the value of the gain.",
"homepage": "https://github.com/jeanetienne/rippl",
"screenshots": [
"https://raw.githubusercontent.com/jeanetienne/rippl/master/impact.gif",
"https://raw.githubusercontent.com/jeanetienne/rippl/master/gain.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jean-Étienne": "cocoapods@jeanetienne.net"
},
"social_media_url": "http://twitter.com/jeanetienne",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jeanetienne/rippl.git",
"tag": "0.0.2"
},
"source_files": "Rippl/Views/Rippl.swift",
"pushed_with_swift_version": "3.0"
}