blob: 5a7e07f1b547d1a6efd324f37e258fcede9a1d90 [file] [log] [blame]
{
"name": "KGNGradientView",
"version": "0.1.1",
"authors": {
"David Keegan": "git@davidkeegan.com"
},
"homepage": "https://github.com/kgn/KGNGradientView",
"summary": "KGNGradientView is a collection UIView subclasses for linear and radial gradients.",
"source": {
"git": "https://github.com/kgn/KGNGradientView.git",
"tag": "v0.1.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"source_files": "Source/{GradientView,RadialGradientView}.swift"
}