blob: edfa9e88bc49a9c331c8e57f3866289d814bc24c [file] [log] [blame]
{
"name": "SBGradientView",
"version": "0.2.0",
"summary": "Convenient UIView wrapper around CAGradientLayer",
"description": "It's waaaaaayyyyy too much work to make a gradient on iOS, so I made this wrapper to make my life easier",
"homepage": "https://github.com/SteveBarnegren/SBGradientView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Steve Barnegren": "steve.barnegren@himumsaiddad.com"
},
"source": {
"git": "https://github.com/SteveBarnegren/SBGradientView.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SBGradientView/**/*.swift",
"frameworks": [
"UIKit",
"MapKit"
],
"pushed_with_swift_version": "4.0"
}