[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / d / 2 / DoricThree / 0.1.0 / DoricThree.podspec.json
blob6a6e7dd96225b2e1dfa447a2d6d38901accb5ee6
2   "name": "DoricThree",
3   "version": "0.1.0",
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.1.0"
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   }