blob: d76e510a7c2c91a7435a7cb0850c7e074f9bcf1d [file] [log] [blame]
{
"name": "HxSTLParser",
"version": "1.0.0",
"summary": "Basic STL loader for SceneKit",
"description": "Loads arbitrary STL data into SceneKit",
"homepage": "https://github.com/victorgama/HxSTLParser",
"license": "MIT",
"authors": {
"Victor Gama": "hey@vito.io"
},
"source": {
"git": "https://github.com/victorgama/HxSTLParser.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"HxSTLParser/*.h",
"HxSTLParser/*.m"
]
}