blob: 11eeeb2e21a8d46f5a65bbad0b97a056b8f5d460 [file] [log] [blame]
{
"name": "CGOperators",
"version": "1.0.0",
"summary": "Easily manipulate CGPoints, CGSizes and CGVectors using math operators",
"description": "A small Swift framework that enables you to easily manipulate Core Graphic's vector types (CGPoint, CGSize and CGVector) using math operators.",
"homepage": "https://github.com/JohnSundell/CGOperators",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"John Sundell": "john@sundell.co"
},
"social_media_url": "https://twitter.com/johnsundell",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/JohnSundell/CGOperators.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "3.0"
}