blob: 5cde498830f99828bcfe5467936f4554025495f8 [file] [log] [blame]
{
"name": "GraphPoint",
"version": "1.0.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": "1.0.0"
},
"source_files": "Sources/*",
"platforms": {
"ios": "9.1"
},
"frameworks": "Foundation",
"requires_arc": true
}