1{ 2 "name": "ABI47_0_0EXGL", 3 "version": "12.0.0", 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 "ABI47_0_0ExpoModulesCore": [], 18 "ABI47_0_0React-jsi": [] 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}", 26 "common/**/*.{h,cpp,def}" 27 ] 28} 29