blob: 9ee5cb3a1ffd699bf3a7652d427e30bdbf9bc3ae [file] [log] [blame]
{
"name": "WolfGeometry",
"version": "4.0.2",
"summary": "Swift methods, types, and extensions for doing geometrical calculations.",
"homepage": "https://github.com/wolfmcnally/WolfGeometry",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wolf McNally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/WolfGeometry.git",
"tag": "4.0.2"
},
"source_files": "Sources/WolfGeometry/**/*",
"swift_versions": "5.0",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfGeometry",
"dependencies": {
"WolfCore": [
]
},
"swift_version": "5.0"
}