[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / e / 9 / LDGradientButton / 0.0.5 / LDGradientButton.podspec.json
blobedd985bbffdc44b4aef5a6bbb447c5c24b6c136b
2   "name": "LDGradientButton",
3   "version": "0.0.5",
4   "summary": "Subclassing UIButton to create UI awesomeness.",
5   "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.",
6   "homepage": "https://github.com/rcdilorenzo/LDGradientButton",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Christian Di Lorenzo": "rcddeveloper@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/rcdilorenzo/LDGradientButton.git",
16     "tag": "0.0.5"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "source_files": [
22     "LDGradientButton/LDGradientButton.*",
23     "LDGradientButton/UIColor+RGBValues.*"
24   ],
25   "frameworks": "QuartzCore",
26   "requires_arc": true