blob: 257a8c9a45c12e153e383f4e28854cbcda2d249b [file] [log] [blame]
{
"name": "VTuberKit",
"version": "0.1.1",
"summary": "Avatar support library like a AvatarKit",
"description": "Avatar support library like a AvatarKit\n\nShow 3D models and track face",
"homepage": "https://github.com/tattn/VTuberKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"git": "tanakasan2525@gmail.com"
},
"source": {
"git": "https://github.com/tattn/VTuberKit.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/tanakasan2525",
"platforms": {
"ios": "11.0"
},
"source_files": "Sources/**/*.{swift,h}",
"public_header_files": "Sources/**/*.h",
"frameworks": "SceneKit",
"dependencies": {
"VRMKit": [
"~> 0.2.3"
],
"VRMSceneKit": [
"~> 0.2.3"
]
}
}