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",
12 "dev": "dev@doric.pub"
15 "git": "https://github.com/doric-pub/DoricThree.git",
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"
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"
39 "source_files": "iOS/Classes/**/*",
40 "public_header_files": "iOS/Classes/**/*.h",
41 "resources": "dist/**/*",