blob: 0946aa85ab9bca94da99187bdefcdae4dde95dab [file] [log] [blame]
{
"name": "GraphPoint",
"version": "3.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": "3.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "11.0",
"tvos": "11.0"
},
"default_subspecs": "CoreGraphics",
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "CoreGraphics",
"frameworks": "CoreGraphics",
"source_files": "Sources/CoreGraphics/*"
},
{
"name": "Playground",
"dependencies": {
"GraphPoint/CoreGraphics": [
]
},
"frameworks": "UIKit",
"source_files": "Sources/Playground/*"
}
]
}