blob: 4f52cd5bc61eb965b271e9086a6230df43cacf0f [file] [log] [blame]
{
"name": "BohdiEngine",
"version": "1.1.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BohdiEngine/**/**/*",
"public_header_files": "BohdiEngine/Classes/**/*.h",
"private_header_files": "BohdiEngine/External/**/*.h"
}