[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 3 / 7 / 2 / VRMSceneKit / 0.2.0 / VRMSceneKit.podspec.json
blob4150a959c958d54ebd858f449a970e69de26717c
2   "name": "VRMSceneKit",
3   "version": "0.2.0",
4   "summary": "VRM loader and VRM renderer",
5   "description": "VRM loader and VRM renderer.\n\nVRMKit can read VRM metadata and show the 3D models.",
6   "homepage": "https://github.com/tattn/VRMKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "git": "tanakasan2525@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tattn/VRMKit.git",
16     "tag": "0.2.0"
17   },
18   "social_media_url": "https://twitter.com/tanakasan2525",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "Sources/VRMSceneKit/**/*.{swift,h}",
23   "public_header_files": "Sources/VRMSceneKit/**/*.h",
24   "frameworks": "SceneKit",
25   "dependencies": {
26     "VRMKit": [
27       "~> 0.2.0"
28     ]
29   }