1{ 2 "name": "ABI49_0_0EXUpdatesInterface", 3 "version": "0.10.0", 4 "summary": "Native interface for modules that optionally depend on expo-updates, e.g. expo-dev-launcher.", 5 "description": "Native interface for modules that optionally depend on expo-updates, e.g. expo-dev-launcher.", 6 "license": "MIT", 7 "authors": "650 Industries, Inc.", 8 "homepage": "https://docs.expo.dev/versions/latest/sdk/module-template", 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 "source_files": "EXUpdatesInterface/**/*.{h,m,swift}", 18 "pod_target_xcconfig": { 19 "GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS": "YES", 20 "GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS": "YES", 21 "DEFINES_MODULE": "YES", 22 "SWIFT_COMPILATION_MODE": "wholemodule" 23 }, 24 "script_phases": { 25 "name": "Copy Swift Header", 26 "script": "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"; ditto \"${COMPATIBILITY_HEADER_PATH}\" \"${PODS_ROOT}/Headers/Public/${PRODUCT_MODULE_NAME}/${PRODUCT_MODULE_NAME}-Swift.h\"", 27 "execution_position": "after_compile" 28 }, 29 "swift_version": "5.4" 30} 31