blob: 8eaf917941f0de24d231fd79d8be863a58fcc7f3 [file] [log] [blame]
{
"name": "VectorMath",
"version": "0.4.0",
"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.4.0"
},
"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": [
]
}
}
]
}