blob: 85b7cd78d6149defe77ee42184d554b46d9f2cdc [file] [log] [blame]
{
"name": "GLTF",
"version": "0.5.1",
"summary": "A framework for loading GL Transmission Format (glTF) models",
"homepage": "https://github.com/warrenm/GLTFKit",
"screenshots": "https://github.com/warrenm/GLTFKit/raw/master/Images/screenshot-polly.jpg",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Warren Moore": "wm@warrenmoore.net"
},
"social_media_url": "http://twitter.com/warrenm",
"platforms": {
"ios": "11.0",
"osx": "10.13",
"tvos": "11.0"
},
"source": {
"git": "https://github.com/warrenm/GLTFKit.git",
"tag": "0.5.1"
},
"source_files": "Framework/GLTF/**/*.{h,m}",
"public_header_files": "Framework/GLTF/**/*.h",
"requires_arc": true
}