blob: ebcbbccf012c42cf81910952532bfebc6e0e437d [file] [log] [blame]
{
"name": "LDGradientButton",
"version": "0.0.1",
"summary": "Subclassing UIButton to create UI awesomeness.",
"description": "LDGradientButton is meant to be a replacement for the Apple stock UIButton. It can easily be created either programmatically or with the Storyboard. It also supports the UIAppearence protocol for setting the tint color.",
"homepage": "https://github.com/rcdilorenzo/LDGradientButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christian Di Lorenzo": "rcddeveloper@icloud.com"
},
"source": {
"git": "https://github.com/rcdilorenzo/LDGradientButton.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"LDGradientButton/LDGradientButton.*",
"LDGradientButton/UIColor+RGBValues.*"
],
"frameworks": "QuartzCore",
"requires_arc": true
}