[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / d / 2 / DoricThree / 0.1.2 / DoricThree.podspec.json
blobb1dcdff55eb4596b0c4eccdaf4019580172c5f08
2   "name": "DoricThree",
3   "version": "0.1.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/DoricThree",
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/DoricThree.git",
16     "tag": "0.1.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   }