blob: 8962c6992e3038f9d5103b30eac6b7896a50c905 [file] [log] [blame]
{
"name": "BohdiEngine",
"version": "1.1.27",
"summary": "A simple 3D engine written by Monk-C",
"description": "BohdiEngine is a simple 3D model rendering engine. it is cross platform",
"homepage": "https://github.com/sunpaq/BohdiEngine-pod",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Sun YuLi": "sunpaq@gmail.com"
},
"source": {
"git": "https://github.com/sunpaq/BohdiEngine-pod.git",
"tag": "1.1.27"
},
"platforms": {
"ios": "9.0",
"osx": "10.13"
},
"source_files": "BohdiEngine/**/**/*.{h,c,m,metal}",
"public_header_files": "BohdiEngine/Classes/**/*.h",
"private_header_files": "BohdiEngine/External/**/*.h",
"frameworks": "MetalKit"
}