| { |
| "name": "GradientViewExtension", |
| "version": "0.0.1", |
| "summary": "This package extends UIView to set a gradient background.", |
| "homepage": "https://github.com/robinlieb/GradientViewExtension", |
| "license": "MIT", |
| "authors": "Robin Lieb", |
| "source": { |
| "git": "https://github.com/robinlieb/GradientViewExtension.git", |
| "tag": "0.0.1" |
| }, |
| "documentation_url": "https://github.com/robinlieb/GradientViewExtension", |
| "platforms": { |
| "ios": "12.0" |
| }, |
| "swift_versions": [ |
| "5.0", |
| "5.1" |
| ], |
| "source_files": "Sources/GradientViewExtension/*.swift", |
| "swift_version": "5.1" |
| } |