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