blob: ed89cc5436c940c90a01467e2d3197cfef13ad19 [file] [log] [blame]
{
"name": "VectorMath",
"version": "0.4.1",
"license": {
"type": "zlib",
"file": "LICENSE.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.4.1"
},
"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": [
]
}
},
{
"name": "MapKit",
"source_files": "VectorMath/VectorMath+MapKit.swift",
"dependencies": {
"VectorMath/Core": [
]
}
}
]
}