[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 6 / 8 / Rippl / 0.0.2 / Rippl.podspec.json
blob8b9722c72d14f6554a732408f686ceee4175f8fe
2   "name": "Rippl",
3   "version": "0.0.2",
4   "summary": "UI element showing a growing circle, reminiscent of a ripple in a pond.",
5   "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.",
6   "homepage": "https://github.com/jeanetienne/rippl",
7   "screenshots": [
8     "https://raw.githubusercontent.com/jeanetienne/rippl/master/impact.gif",
9     "https://raw.githubusercontent.com/jeanetienne/rippl/master/gain.gif"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Jean-Étienne": "cocoapods@jeanetienne.net"
17   },
18   "social_media_url": "http://twitter.com/jeanetienne",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source": {
23     "git": "https://github.com/jeanetienne/rippl.git",
24     "tag": "0.0.2"
25   },
26   "source_files": "Rippl/Views/Rippl.swift",
27   "pushed_with_swift_version": "3.0"