blob: 7b5750ec4b7c9c8029edbaaf63b9f711c0ec1dfc [file] [log] [blame]
{
"name": "CGRectExtensions",
"version": "2.0",
"summary": "A collection of `CGRect`, `CGPoint` and `CGSize` convenience functions for Swift on OS X and iOS..",
"description": "The goal is to provide clear functions for the most commonly used rect operations, even if the code savings are minimal. The reason is that function names communicate the programmer's intent more clearly than setting properties with ad-hoc calculations.",
"homepage": "https://github.com/nschum/SwiftCGRectExtensions",
"license": "MIT",
"authors": {
"Nikolaj Schumacher": "me@nschum.de"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/nschum/SwiftCGRectExtensions.git",
"tag": "2.0"
},
"source_files": "CGRectExtensions/*.swift",
"frameworks": [
"Foundation"
]
}