blob: b348aa852286768983c868447cc12fe307f82231 [file] [log] [blame]
{
"name": "CGExtensions",
"version": "0.2.0",
"summary": "Utility functions and operators on top the CoreGraphics.",
"description": "CGExtensions provides convenient functions and operators for people working with\nCoreGraphics framework, such as vector arithmetic and more succinct initializers.",
"homepage": "https://github.com/takaiwai/CGExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Taka Iwai": "hello@takaiwai.com"
},
"source": {
"git": "https://github.com/takaiwai/CGExtensions.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source_files": "CGExtensions/Classes/**/*",
"pushed_with_swift_version": "3.0"
}