1{ 2 "name": "ABI49_0_0EXSplashScreen", 3 "version": "0.20.5", 4 "summary": "Provides a module to allow keeping the native Splash Screen visible until you choose to hide it.", 5 "description": "Provides a module to allow keeping the native Splash Screen visible until you choose to hide it.", 6 "license": "MIT", 7 "authors": "650 Industries, Inc.", 8 "homepage": "https://docs.expo.dev/versions/latest/sdk/splash-screen/", 9 "platforms": { 10 "ios": "13.0" 11 }, 12 "source": { 13 "git": "https://github.com/expo/expo.git" 14 }, 15 "static_framework": true, 16 "dependencies": { 17 "RCT-Folly": [ 18 "2021.07.22.00" 19 ], 20 "ABI49_0_0ExpoModulesCore": [], 21 "ABI49_0_0React-Core": [] 22 }, 23 "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32", 24 "pod_target_xcconfig": { 25 "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/boost\"", 26 "CLANG_CXX_LANGUAGE_STANDARD": "c++17" 27 }, 28 "source_files": "EXSplashScreen/**/*.{h,m}" 29} 30