[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / d / 2 / DoricThree / 0.1.5 / DoricThree.podspec.json
blobb74ce2962c328615910884497d603099f00fbdfb
2   "name": "DoricThree",
3   "version": "0.1.5",
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.5"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "subspecs": [
22     {
23       "name": "Draco",
24       "source_files": "third_party/draco/include/**/*.{h,cc}",
25       "vendored_libraries": "third_party/draco/iOS/libdraco.a",
26       "pod_target_xcconfig": {
27         "HEADER_SEARCH_PATHS": "/Users/runner/work/DoricThree/DoricThree/third_party/draco/include/**",
28         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29       },
30       "public_header_files": "third_party/draco/decoder_webidl_wrapper.h",
31       "private_header_files": "third_party/draco/include/**/*.h",
32       "header_mappings_dir": "third_party/draco/include",
33       "user_target_xcconfig": {
34         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
35       }
36     },
37     {
38       "name": "Main",
39       "source_files": "iOS/Classes/**/*",
40       "public_header_files": "iOS/Classes/**/*.h",
41       "resources": "dist/**/*",
42       "dependencies": {
43         "DoricThree/Draco": [
45         ],
46         "DoricCore": [
48         ]
49       }
50     }
51   ]