blob: 6eeeeb8b973e3bf7bf6ab05f225c6a8643344f3f [file] [log] [blame]
{
"name": "VRMSceneKit",
"version": "0.2.2",
"summary": "VRM loader and VRM renderer",
"description": "VRM loader and VRM renderer.\n\nVRMKit can read VRM metadata and show the 3D models.",
"homepage": "https://github.com/tattn/VRMKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"git": "tanakasan2525@gmail.com"
},
"source": {
"git": "https://github.com/tattn/VRMKit.git",
"tag": "0.2.2"
},
"social_media_url": "https://twitter.com/tanakasan2525",
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/VRMSceneKit/**/*.{swift,h}",
"public_header_files": "Sources/VRMSceneKit/**/*.h",
"frameworks": "SceneKit",
"dependencies": {
"VRMKit": [
"~> 0.2.2"
]
}
}