blob: 29e88ac64a836eedb465f028d0d85b26e1b197e5 [file] [log] [blame]
{
"name": "SvrfGLTFSceneKit",
"version": "1.0.1",
"summary": "SvrfGLTF loader for SceneKit",
"homepage": "https://github.com/SVRF/SvrfGLTFSceneKit",
"license": "MIT",
"authors": "SVRF",
"platforms": {
"ios": "11.0",
"osx": "10.13"
},
"source": {
"git": "https://github.com/SVRF/SvrfGLTFSceneKit.git",
"tag": "1.0.1"
},
"source_files": "Source/**/*.swift",
"resources": "Source/**/*.shader",
"requires_arc": true,
"swift_version": "4.0",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0",
"SWIFT_ACTIVE_COMPILATION_CONDITIONS": "SEEMS_TO_HAVE_VALIDATE_VERTEX_ATTRIBUTE_BUG SEEMS_TO_HAVE_PNG_LOADING_BUG"
}
}