[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / 6 / 8 / Rippl / 0.0.3 / Rippl.podspec.json
blob0a89524ac09582403c5c2ab9a97c864c3c569d5b
2   "name": "Rippl",
3   "version": "0.0.3",
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   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jean-Étienne": "cocoapods@jeanetienne.net"
13   },
14   "social_media_url": "http://twitter.com/jeanetienne",
15   "screenshots": [
16     "https://raw.githubusercontent.com/jeanetienne/rippl/master/impact.gif",
17     "https://raw.githubusercontent.com/jeanetienne/rippl/master/gain.gif"
18   ],
19   "source": {
20     "git": "https://github.com/jeanetienne/Rippl.git",
21     "tag": "0.0.3"
22   },
23   "source_files": "Rippl-iOS/Rippl.swift",
24   "frameworks": "UIKit",
25   "platforms": {
26     "ios": "8.0"
27   },
28   "pushed_with_swift_version": "3.0"