blob: 8564c85f09391298aa95bfdbb0e739b797a86f02 [file] [log] [blame]
{
"name": "Geometry",
"version": "1.0.0",
"license": "MIT",
"summary": "Geometry is a UIView and CGRect extension that lets you work with view and rect geometry easier.",
"homepage": "https://github.com/artman/Geometry",
"social_media_url": "http://twitter.com/artman",
"authors": {
"Tuomas Artman": "tuomas@artman.fi"
},
"source": {
"git": "https://github.com/artman/Geometry.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Geometry/*.swift",
"requires_arc": true
}