blob: 047beb48f29361e9fefc002c485e12063d8666f3 [file] [log] [blame]
{
"name": "JNGradientLabel",
"version": "1.0.1",
"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.1"
},
"source_files": "JNGradientLabel/Classes/**/*",
"frameworks": [
"UIKit",
"CoreGraphics"
],
"swift_version": "4.0",
"requires_arc": true
}