blob: aa21a75b01b6de151e6c493fea887c07f01acb94 [file] [log] [blame]
{
"name": "JNGradientLabel",
"version": "1.0.2",
"summary": "A `UILabel` subclass with a gradient color",
"description": "An iOS Swift framework that that provides a `UILabel` subclass that renders its text with a gradient color",
"homepage": "https://github.com/SomeRandomiOSDev/JNGradientLabel",
"license": "MIT",
"authors": {
"Joseph Newton": "somerandomiosdev@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/SomeRandomiOSDev/JNGradientLabel.git",
"tag": "1.0.2"
},
"source_files": "JNGradientLabel/**/*.swift",
"frameworks": [
"UIKit",
"CoreGraphics"
],
"swift_versions": "5.0",
"requires_arc": true,
"swift_version": "5.0"
}