blob: df4eb6f93de3b7720d52e90d5e1f764c137b3ec3 [file] [log] [blame]
{
"name": "VectorMath",
"version": "0.3.2",
"license": {
"type": "zlib",
"file": "LICENCE.md"
},
"summary": "Vector math library for Mac and iOS",
"homepage": "https://github.com/nicklockwood/VectorMath",
"authors": "Nick Lockwood",
"source": {
"git": "https://github.com/nicklockwood/VectorMath.git",
"tag": "0.3.2"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11"
},
"requires_arc": true,
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "VectorMath/VectorMath.swift"
},
{
"name": "Quartz",
"source_files": "VectorMath/VectorMath+Quartz.swift",
"dependencies": {
"VectorMath/Core": [
]
}
},
{
"name": "SceneKit",
"source_files": "VectorMath/VectorMath+SceneKit.swift",
"dependencies": {
"VectorMath/Core": [
]
}
}
]
}