| { |
| "name": "AutolayoutGradient", |
| "version": "1.0.0", |
| "summary": "Gradient views that respect autolayout", |
| "description": "Problem: Applying a color gradient as the background of a UIView WITHOUT replacing the view's layer means that as soon as the view's bounds change (because of autolayout) the gradient DOES NOT update accordingly.\nSolution: This lib adds a simple way to ensure the applied gradient updates as expected when a view's bounds are changed.", |
| "homepage": "https://github.com/janakmshah/AutolayoutGradient", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Janak Shah": "janak.shah@cuvva.com" |
| }, |
| "source": { |
| "git": "https://github.com/janakmshah/AutolayoutGradient.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "AutolayoutGradient/Classes/**/*", |
| "frameworks": "UIKit", |
| "swift_versions": "5.0", |
| "swift_version": "5.0" |
| } |