[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / c / 7 / NVUIGradientButton / 1.6.0 / NVUIGradientButton.podspec.json
blobd64d5b2c232d14b062f295debee884aa53c6e304
2   "name": "NVUIGradientButton",
3   "version": "1.6.0",
4   "summary": "A beautiful customizable iOS button with gradient.",
5   "description": "                    # NVUIGradientButton\n\n\t\t\t\t\tA beautiful customizable iOS button, flat on iOS 7, with gradient on earlier versions.\n\n\t\t\t\t\t![A screenshot rendering NVUIGradient buttons](https://raw.github.com/nverinaud/NVUIGradientButton/master/images/screen.png)\n\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\t\t\t\t\t* iOS 4+\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) 2013 [Nicolas VERINAUD](http://www.nverinaud.com). Released under the MIT license.\n",
6   "homepage": "https://github.com/nverinaud/NVUIGradientButton",
7   "license": "MIT",
8   "authors": {
9     "Nicolas VERINAUD": "n.verinaud@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/nverinaud/NVUIGradientButton.git",
13     "tag": "v1.6.0"
14   },
15   "platforms": {
16     "ios": null
17   },
18   "source_files": [
19     "lib",
20     "lib/**/*.{h,m}"
21   ],
22   "requires_arc": false