blob: 22329723b099222d3caf04268d430c3632ac56f2 [file] [log] [blame]
{
"name": "VectorMath",
"version": "0.3.3",
"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.3"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11"
},
"requires_arc": true,
"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": [
]
}
}
]
}