| { |
| "name": "Gooey", |
| "version": "1.4.0", |
| "summary": "UIKit extensions and helpers to make everyday iOS development simpler.", |
| "description": "UIKit extensions for simplifying development. Includes extensions for handling safeAreaLayoutGuide with backwards compatibility, less verbose reusable views, and more.", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Duet Health": "info@duethealth.com" |
| }, |
| "social_media_url": "https://twitter.com/DuetHealth", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/DuetHealth/Gooey.git", |
| "tag": "1.4.0" |
| }, |
| "homepage": "https://github.com/DuetHealth/Gooey.git", |
| "source_files": "Gooey/Sources/**/*.{h,m,swift}", |
| "requires_arc": true, |
| "swift_version": "4.0" |
| } |