blob: 862f0bc515846fa071c8389a7c4ba85936f1056e [file] [log] [blame]
{
"name": "ZenGeometry",
"version": "1.0.0",
"swift_versions": "5.0",
"summary": "The Swift geometry processing library.",
"description": "ZenGeometry is a lightweight, high performance geometry library written in Swift",
"homepage": "https://github.com/roland19deschain/ZenGeometry",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexey Roik": "roland19deschain@gmail.com"
},
"source": {
"git": "https://github.com/roland19deschain/ZenGeometry.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "ZenGeometry/**/*{swift}",
"swift_version": "5.0"
}