blob: c5281f12046dcac3e7924296b8fba2a588f95058 [file] [log] [blame]
{
"name": "GLTFSceneKit",
"version": "0.1.2",
"summary": "glTF loader for SceneKit",
"homepage": "https://github.com/magicien/GLTFSceneKit",
"license": "MIT",
"authors": "magicien",
"platforms": {
"ios": "11.0",
"osx": "10.13"
},
"source": {
"git": "https://github.com/magicien/GLTFSceneKit.git",
"tag": "v0.1.2"
},
"source_files": "Source/**/*.swift",
"resources": "Source/**/*.shader",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0",
"SWIFT_ACTIVE_COMPILATION_CONDITIONS": "SEEMS_TO_HAVE_VALIDATE_VERTEX_ATTRIBUTE_BUG SEEMS_TO_HAVE_PNG_LOADING_BUG"
},
"pushed_with_swift_version": "4.0"
}