[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / 8 / 9 / VTuberKit / 0.2.0 / VTuberKit.podspec.json
blob6c6a9a1f36df4fccd904601b83a7798da9db475f
2   "name": "VTuberKit",
3   "version": "0.2.0",
4   "summary": "Avatar support library like a AvatarKit",
5   "description": "Avatar support library like a AvatarKit\n\nShow 3D models and track face",
6   "homepage": "https://github.com/tattn/VTuberKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "git": "tattndev@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tattn/VTuberKit.git",
16     "tag": "0.2.0"
17   },
18   "social_media_url": "https://twitter.com/tanakasan2525",
19   "platforms": {
20     "ios": "12.0"
21   },
22   "source_files": "Sources/**/*.{swift,h}",
23   "public_header_files": "Sources/**/*.h",
24   "frameworks": "SceneKit",
25   "dependencies": {
26     "VRMKit": [
27       "~> 0.4.4"
28     ],
29     "VRMSceneKit": [
30       "~> 0.4.4"
31     ]
32   }