blob: 385fea910f62ac7126a7e1cb346643350551caf4 [file] [log] [blame]
{
"name": "SCNMathExtensions",
"version": "1.3.0",
"summary": "A Swift ยต-Library of Math Extensions for SCNVector3, SCNQuaternion, SCNMatrix4",
"description": "A Swift micro-library that provides commonplace math extensions for SceneKit's SCNVector3, SCNQuaternion, & SCNMatrix4 types, and bridging to/from GLKVector3, simd.float3, GLKQuaternion, GLKMatrix4, & simd.float4x4.",
"homepage": "https://github.com/capnslipp/SCNMathExtensions",
"license": {
"type": "Public Domain",
"file": "LICENSE"
},
"authors": {
"capnslipp": "SCNMathExtensions@capnslipp.com"
},
"source": {
"git": "https://github.com/capnslipp/SCNMathExtensions.git",
"tag": "1.3.0"
},
"social_media_url": "https://twitter.com/capnslipp",
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*",
"frameworks": "SceneKit"
}