[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 4 / c / 5 / ScalingGradientAnimatedButton / 0.1.0 / ScalingGradientAnimatedButton.podspec.json
blobaed61585ee1667e6afbf4b751deeed35375c7adc
2   "name": "ScalingGradientAnimatedButton",
3   "version": "0.1.0",
4   "summary": "A subview of UIView that provide a custom Button with a gradient and scale animation",
5   "description": "TODO: 'This class provides a view that can be used as UIButton. Anonimous callbacks return the tag of the view when tap and long\npress events are fired. The view can be initialized prvoviding a gradient colors and positions for the unselected state and for the selected state. A scale parameter also is\nused to device if the view should increase or decrease his size, giving it a 'moving forward' or 'moving backward' illusion.\nA second init function provided just an unselected and selected color.\nAn enum is used to let the user choose a margin to which the button should stick while moving (if any)'\na subclass of UIView custom button with scale gradient 3D like animation",
6   "homepage": "https://github.com/aruffolo/ScalingGradientAnimatedButton",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Antonio Ruffolo": "antonioruffolo2@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/aruffolo/ScalingGradientAnimatedButton.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/AntonioRuffolo1",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "ScalingGradientAnimatedButton/Classes/**/*",
23   "frameworks": "UIKit",
24   "pushed_with_swift_version": "4.0.3"