1{ 2 "name": "ABI49_0_0ExpoModulesCore", 3 "version": "1.5.9", 4 "summary": "The core of Expo Modules architecture", 5 "description": "The core of Expo Modules architecture", 6 "license": "MIT", 7 "authors": "650 Industries, Inc.", 8 "homepage": "https://github.com/expo/expo/tree/main/packages/expo-modules-core", 9 "platforms": { 10 "ios": "13.0" 11 }, 12 "swift_versions": "5.4", 13 "source": { 14 "git": "https://github.com/expo/expo.git" 15 }, 16 "static_framework": true, 17 "header_dir": "ABI49_0_0ExpoModulesCore", 18 "pod_target_xcconfig": { 19 "USE_HEADERMAP": "YES", 20 "DEFINES_MODULE": "YES", 21 "CLANG_CXX_LANGUAGE_STANDARD": "c++17", 22 "SWIFT_COMPILATION_MODE": "wholemodule", 23 "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/RCT-Folly\" \"${PODS_ROOT}/Headers/Public/ABI49_0_0React-hermes\" \"${PODS_ROOT}/Headers/Public/ABI49_0_0hermes-engine\" \"${PODS_ROOT}/Headers/Private/ABI49_0_0React-Core\" \"$(PODS_ROOT)/Headers/Private/React-bridging/react/bridging\" \"$(PODS_CONFIGURATION_BUILD_DIR)/React-bridging/react_bridging.framework/Headers\" \"$(PODS_ROOT)/boost\"", 24 "FRAMEWORK_SEARCH_PATHS": "\"${PODS_CONFIGURATION_BUILD_DIR}/React-hermes\"", 25 "OTHER_SWIFT_FLAGS": "$(inherited) " 26 }, 27 "user_target_xcconfig": { 28 "HEADER_SEARCH_PATHS": [ 29 "\"${PODS_CONFIGURATION_BUILD_DIR}/ExpoModulesCore/Swift Compatibility Header\"", 30 "\"$(PODS_ROOT)/Headers/Private/React-bridging/react/bridging\"", 31 "\"$(PODS_CONFIGURATION_BUILD_DIR)/React-bridging/react_bridging.framework/Headers\"" 32 ] 33 }, 34 "dependencies": { 35 "RCT-Folly": [ 36 "2021.07.22.00" 37 ], 38 "ABI49_0_0React-Core": [], 39 "ABI49_0_0ReactCommon/turbomodule/core": [], 40 "ABI49_0_0React-RCTAppDelegate": [], 41 "ABI49_0_0React-NativeModulesApple": [] 42 }, 43 "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -DREACT_NATIVE_MINOR_VERSION=72", 44 "source_files": [ 45 "ios/**/*.{h,m,mm,swift,cpp}", 46 "common/cpp/**/*.{h,cpp}" 47 ], 48 "exclude_files": [ 49 "ios/Tests/", 50 "ios/Fabric/", 51 "common/cpp/fabric/" 52 ], 53 "private_header_files": [ 54 "ios/**/*+Private.h", 55 "ios/**/Swift.h" 56 ], 57 "testspecs": [ 58 { 59 "name": "Tests", 60 "test_type": "unit", 61 "dependencies": { 62 "ExpoModulesTestCore": [] 63 }, 64 "source_files": "ios/Tests/**/*.{m,swift}" 65 } 66 ], 67 "swift_version": "5.4" 68} 69