blob: 42285601d7d7f31f9fa13633b2ed2be7adb52bcd [file] [log] [blame]
{
"name": "NVUIGradientButton",
"version": "1.4.0",
"summary": "A beautiful customizable iOS button with gradient.",
"description": " # NVUIGradientButton\n\n\t\t\t\t\tA beautiful customizable iOS button with gradient.\n\n\t\t\t\t\t![A screenshot rendering NVUIGradient buttons](/nverinaud/NVUIGradientButton/raw/master/images/screen.png)\n\t\t\t\t\t\n\t\t\t\t\t## Requirements\n\n\t\t\t\t\t* You can use ARC or not, this library supports both\n\n\t\t\t\t\t## Usage\n\n\t\t\t\t\t* Add `lib/NVUIGradientButton.{h|m}` to your project\n\t\t\t\t\t* Drop a view into a nib and set its class to `NVUIGradientButton` or instanciate one using `[NVUIGradientButton initWithFrame:frame style:style];`\n\t\t\t\t\t* Configure the view\n\n\t\t\t\t\tFor more examples, have a look at the `NVUIGradientButtonSample` project.\n\n\t\t\t\t\t## License\n\n\t\t\t\t\tCopyright (c) 2012 [Nicolas VERINAUD](http://www.nverinaud.com). Released under the MIT license.\n",
"homepage": "https://github.com/nverinaud/NVUIGradientButton",
"license": "MIT",
"authors": {
"Nicolas VERINAUD": "n.verinaud@gmail.com"
},
"source": {
"git": "https://github.com/nverinaud/NVUIGradientButton.git",
"tag": "v1.4.0"
},
"platforms": {
"ios": null
},
"source_files": [
"lib",
"lib/**/*.{h,m}"
],
"requires_arc": false
}