blob: 2002ba8ee7b3fcd20ec137575afb292b12d413e7 [file] [log] [blame]
{
"name": "VRMKit",
"version": "0.4.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.4.2"
},
"social_media_url": "https://twitter.com/tanakasan2525",
"swift_versions": [
"5.1"
],
"platforms": {
"ios": "11.0"
},
"source_files": "Sources/VRMKit/**/*.{swift,h}",
"public_header_files": "Sources/VRMKit/**/*.h",
"frameworks": "Foundation",
"swift_version": "5.1"
}