blob: a2335023ebfe07f33a072ec92d3ed6df22ea94dc [file] [log] [blame]
{
"name": "GLTFSceneKit",
"version": "0.1.1",
"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.1"
},
"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"
}