blob: 0a89524ac09582403c5c2ab9a97c864c3c569d5b [file] [log] [blame]
{
"name": "Rippl",
"version": "0.0.3",
"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",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jean-Étienne": "cocoapods@jeanetienne.net"
},
"social_media_url": "http://twitter.com/jeanetienne",
"screenshots": [
"https://raw.githubusercontent.com/jeanetienne/rippl/master/impact.gif",
"https://raw.githubusercontent.com/jeanetienne/rippl/master/gain.gif"
],
"source": {
"git": "https://github.com/jeanetienne/Rippl.git",
"tag": "0.0.3"
},
"source_files": "Rippl-iOS/Rippl.swift",
"frameworks": "UIKit",
"platforms": {
"ios": "8.0"
},
"pushed_with_swift_version": "3.0"
}