blob: af5d6f31fd16b6e2a2c77e18dfea89df7b0e97cd [file] [log] [blame]
{
"name": "ShopGun-GenericGeometry",
"module_name": "GenericGeometry",
"version": "0.2.0",
"summary": "📐 A library for defining geometry of generic dimensions",
"description": "Did you ever need to make a CGSize that didn't contain CGFloats? What about a Point of enum values? Edges where some values are optional? All this, and more, is possible with GenericGeometry.",
"homepage": "https://github.com/shopgun/swift-generic-geometry",
"license": "MIT",
"authors": {
"Laurie Hufford": "lh@shopgun.com"
},
"social_media_url": "https://twitter.com/shopgun",
"source": {
"git": "https://github.com/shopgun/swift-generic-geometry.git",
"tag": "0.2.0"
},
"swift_version": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": [
"Sources",
"Sources/**/*.swift"
]
}