blob: 3bbedcb80cd4a4945e1bd28db8e60190503ed302 [file] [log] [blame]
{
"name": "SBGradientView",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SBGradientView/**/*",
"frameworks": [
"UIKit",
"MapKit"
],
"pushed_with_swift_version": "3.0"
}