blob: ddb659345bc230126a32a3ba927469e5a33a26c5 [file] [log] [blame]
{
"name": "CGRectAlignmentExtensions",
"version": "1.0.1",
"summary": "Extending CGRect with Swift alignment function.",
"description": "Extension of CGRect providing all kinds of alignment functions like align, center, aspect fit, aspect fill and square fit",
"homepage": "https://github.com/marcojonker/cgrect-alignment-extensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marco": "mj.jonker@live.nl"
},
"platforms": {
"ios": "10.0"
},
"source_files": "CGRectAlignmentExtensions/**/*.{swift}",
"source": {
"git": "https://github.com/marcojonker/cgrect-alignment-extensions.git",
"tag": "1.0.1"
},
"pushed_with_swift_version": "3.0"
}