[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / e / 6 / BohdiEngine / 1.0.5 / BohdiEngine.podspec.json
blobc2513f81720f2947971a6422b0d864ad85a904a8
2   "name": "BohdiEngine",
3   "version": "1.0.5",
4   "summary": "A simple 3D engine written by Monk-C",
5   "description": "BohdiEngine is a simple 3D model rendering engine. it is cross platform",
6   "homepage": "https://github.com/sunpaq/BohdiEngine-pod",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sun YuLi": "sunpaq@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/sunpaq/BohdiEngine-pod.git",
16     "tag": "1.0.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "BohdiEngine/**/**/*",
22   "public_header_files": "BohdiEngine/Classes/**/*.h",
23   "private_header_files": "BohdiEngine/External/**/*.h",
24   "resource_bundles": {
25     "BohdiEngine": [
26       "BohdiEngine/Assets/**/*.{fsh,vsh}"
27     ]
28   }