[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / d / 2 / DoricThree / 0.0.2 / DoricThree.podspec.json
blob2a39781c81910022989eebad940997bdf4a8b649
2   "name": "DoricThree",
3   "version": "0.0.2",
4   "summary": "Doric extension library to use three.js in doric",
5   "description": "This is a extension library that allows developers use three.js library in doric.",
6   "homepage": "https://github.com/doric-pub/DoricGLTFPlayer",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dev": "dev@doric.pub"
13   },
14   "source": {
15     "git": "https://github.com/doric-pub/DoricGLTFPlayer.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "iOS/Classes/**/*",
22   "resources": "dist/**/*",
23   "public_header_files": "iOS/Classes/**/*.h",
24   "dependencies": {
25     "DoricCore": [
27     ],
28     "Dangle": [
30     ]
31   }