[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 6 / 8 / Rippl / 0.1.0 / Rippl.podspec.json
blobd565c933181f8b02394d9b1ba7a0f21bedb50506
2   "name": "Rippl",
3   "version": "0.1.0",
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. An \"impact ripple\" to create an additional growing \nellipse behind the original one, and a \"gain\" animation that \ngrows the original view according 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.1.0"
22   },
23   "source_files": "Rippl-iOS/Rippl.swift",
24   "frameworks": "UIKit",
25   "platforms": {
26     "ios": "8.0"
27   },
28   "pushed_with_swift_version": "4.0"