blob: f594c3f6981bd70109ce9cbd9122771260270a5b [file] [log] [blame]
{
"name": "GraphPoint",
"version": "1.1.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.1.1"
},
"platforms": {
"ios": "9.1"
},
"frameworks": "Foundation",
"requires_arc": true,
"default_subspecs": "CoreGraphics",
"subspecs": [
{
"name": "CoreGraphics",
"frameworks": "CoreGraphics",
"source_files": "Sources/CoreGraphics/*"
},
{
"name": "Playground",
"dependencies": {
"GraphPoint/CoreGraphics": [
]
},
"frameworks": "UIKit",
"source_files": "Sources/Playground/*"
}
]
}