1{
2  "name": "ABI49_0_0ExpoGL",
3  "version": "13.0.1",
4  "summary": "Provides GLView that acts as OpenGL ES render target and gives GL context object implementing WebGL 2.0 specification.",
5  "description": "Provides GLView that acts as OpenGL ES render target and gives GL context object implementing WebGL 2.0 specification.",
6  "license": "MIT",
7  "authors": "650 Industries, Inc.",
8  "homepage": "https://docs.expo.dev/versions/latest/sdk/gl-view/",
9  "platforms": {
10    "ios": "13.0"
11  },
12  "source": {
13    "git": "https://github.com/expo/expo-gl.git"
14  },
15  "static_framework": true,
16  "dependencies": {
17    "ABI49_0_0ExpoModulesCore": [],
18    "ABI49_0_0ReactCommon/turbomodule/core": []
19  },
20  "compiler_flags": "-x objective-c++ -std=c++1z",
21  "pod_target_xcconfig": {
22    "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GLES_SILENCE_DEPRECATION=1"
23  },
24  "source_files": [
25    "ios/**/*.{h,m,mm,swift}",
26    "common/**/*.{h,cpp,def}"
27  ],
28  "public_header_files": [
29    "ios/**/*.h",
30    "common/ABI49_0_0EXGLNativeApi.h"
31  ]
32}
33