blob: 6a6c4fb863628fb6270754f1331292577985f79a [file] [log] [blame]
{
"name": "Gooey",
"version": "1.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": "1.1.0"
},
"homepage": "https://github.com/DuetHealth/Gooey.git",
"source_files": "Gooey/Sources/**/*.{h,m,swift}",
"requires_arc": true,
"swift_version": "4.0"
}