[Add] CxjToasts 1.0.1
[CocoaPods.git] / Specs / 3 / a / f / SBGradientView / 0.2.0 / SBGradientView.podspec.json
blobedfa9e88bc49a9c331c8e57f3866289d814bc24c
2   "name": "SBGradientView",
3   "version": "0.2.0",
4   "summary": "Convenient UIView wrapper around CAGradientLayer",
5   "description": "It's waaaaaayyyyy too much work to make a gradient on iOS, so I made this wrapper to make my life easier",
6   "homepage": "https://github.com/SteveBarnegren/SBGradientView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Steve Barnegren": "steve.barnegren@himumsaiddad.com"
13   },
14   "source": {
15     "git": "https://github.com/SteveBarnegren/SBGradientView.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "SBGradientView/**/*.swift",
22   "frameworks": [
23     "UIKit",
24     "MapKit"
25   ],
26   "pushed_with_swift_version": "4.0"