blob: bb323d9aa2b903bcb0f579a470e9a831ba7ec830 [file] [log] [blame]
{
"name": "GradientView",
"version": "2.3.4",
"authors": {
"Sam Soffes": "sam@soff.es"
},
"homepage": "https://github.com/soffes/GradientView",
"summary": "Easily use gradients in UIKit.",
"description": "Gradient View is a simple UIView wrapper around CGGradient.",
"source": {
"git": "https://github.com/soffes/GradientView.git",
"tag": "v2.3.4"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"swift_versions": [
"5.0",
"5.2"
],
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"frameworks": "UIKit",
"source_files": "Sources/GradientView/**/*.swift",
"swift_version": "5.2"
}