blob: a034378733c8287622f2703d74368cece13a5947 [file] [log] [blame]
{
"name": "Gooey",
"version": "3.0.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.0.0"
},
"homepage": "https://github.com/DuetHealth/Gooey.git",
"source_files": "Gooey/Sources/**/*.{h,m,swift}",
"requires_arc": true,
"swift_versions": "5.0"
}