blob: 26373fb6290e1cfc284b3d9ef9bd35e4295958dd [file] [log] [blame]
{
"name": "GraphPoint",
"version": "3.3.0",
"summary": "A library of Swift extensions for using a Cartesian Coordinate System with CGRect.",
"description": "GraphPoint is a library of Swift extensions for using a Cartesian Coordinate System with CGRect.\nThe Cartesian Coordinate System defines the origin as the center point and\nit uses several mathematical laws to determine angles and points within a CGRect.",
"homepage": "https://github.com/richardpiazza/GraphPoint",
"license": "MIT",
"authors": {
"Richard Piazza": "github@richardpiazza.com"
},
"social_media_url": "https://twitter.com/richardpiazza",
"source": {
"git": "https://github.com/richardpiazza/GraphPoint.git",
"tag": "3.3.0"
},
"source_files": "Sources/GraphPoint/*",
"swift_version": "5.0",
"requires_arc": true,
"platforms": {
"osx": "10.13",
"ios": "11.0",
"tvos": "11.0",
"watchos": "4.0"
},
"frameworks": "CoreGraphics"
}