| { |
| "name": "Gooey", |
| "version": "3.1.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": "3.1.0" |
| }, |
| "homepage": "https://github.com/DuetHealth/Gooey.git", |
| "source_files": "Gooey/Sources/**/*.{h,m,swift}", |
| "requires_arc": true, |
| "swift_versions": [ |
| "4.1", |
| "4.2", |
| "5.0" |
| ], |
| "swift_version": "5.0" |
| } |