| { |
| "name": "GLTFSceneKitLoader", |
| "version": "0.1.0", |
| "summary": "To load GLTF model in SceneKit.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/zh-er/GLTFSceneKitLoader", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "zh-er": "erzhenghui@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/zh-er/GLTFSceneKitLoader.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "GLTFSceneKitLoader/Classes/**/*", |
| "dependencies": { |
| "ModelMapper": [ |
| |
| ] |
| }, |
| "pushed_with_swift_version": "4.0" |
| } |