[Add] DocumentReaderOCRRFIDStage 7.5.11054
[CocoaPods.git] / Specs / c / d / 1 / SwiftGradientButton / 0.1.0 / SwiftGradientButton.podspec.json
blob8041e8ab980b9c8ea76d47ba62b0298332b04a3a
2   "name": "SwiftGradientButton",
3   "version": "0.1.0",
4   "summary": "A fully customisable subclass of the UIButton which allows you to create beautiful gradient buttons.",
5   "description": "GradientButton is a customisable subclass of UIButton for iOS. It can be used to easily apply custom gradients on UIButton with custom @IBInspectable startColor, endColor, startPoint, endPoint and cornerRadius properties.",
6   "homepage": "https://github.com/suhitp/GradientButton",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Suhit Patil": "suhit.patil@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/suhitp/GradientButton.git",
16     "tag": "0.1.0"
17   },
18   "source_files": "GradientButton/GradientButton/Source/*.{swift}",
19   "exclude_files": [
20     "GradientButton/Example/",
21     "GradientButton/ExampleUITests/",
22     "GradientButton/GradientButton/*.plist"
23   ],
24   "platforms": {
25     "ios": "11.0"
26   },
27   "swift_versions": "5.0",
28   "requires_arc": true,
29   "swift_version": "5.0"