blob: 9b29af57961e1badffddaf14fa26bc43a9e2a458 [file] [log] [blame]
{
"name": "CGRectAlignmentExtensions",
"version": "3.0.1",
"summary": "Extending CGRect with Swift alignment function.",
"description": "Extension of CGRect providing all kinds of alignment functions like align, center, aspect fit, inset by, aspect fill and square fit",
"homepage": "https://www.cacadu.eu/opensource/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marco": "mj.jonker@live.nl"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "CGRectAlignmentExtensions/**/*.{swift}",
"source": {
"git": "https://github.com/marcojonker/cgrect-alignment-extensions.git",
"tag": "3.0.1"
},
"swift_version": "5.0"
}