| { |
| "name": "AnimatedGradientView", |
| "version": "1.0.0", |
| "swift_version": "4.2", |
| "summary": "Powerful gradient animations made simple for iOS.", |
| "description": "AnimatedGradientView makes it simple to create animated or static gradiented views with support for axial, radial and conic gradients.", |
| "homepage": "https://github.com/rwbutler/AnimatedGradientView", |
| "screenshots": "https://github.com/rwbutler/AnimatedGradientView/raw/master/docs/images/example.gif", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Ross Butler": "github@rwbutler.com" |
| }, |
| "source": { |
| "git": "https://github.com/rwbutler/AnimatedGradientView.git", |
| "tag": "1.0.0" |
| }, |
| "social_media_url": "https://twitter.com/ross_w_butler", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "AnimatedGradientView/Classes/**/*" |
| } |