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