{ "name": "ABI49_0_0EXUpdatesInterface", "version": "0.10.0", "summary": "Native interface for modules that optionally depend on expo-updates, e.g. expo-dev-launcher.", "description": "Native interface for modules that optionally depend on expo-updates, e.g. expo-dev-launcher.", "license": "MIT", "authors": "650 Industries, Inc.", "homepage": "https://docs.expo.dev/versions/latest/sdk/module-template", "platforms": { "ios": "13.0" }, "swift_versions": "5.4", "source": { "git": "https://github.com/expo/expo.git" }, "static_framework": true, "source_files": "EXUpdatesInterface/**/*.{h,m,swift}", "pod_target_xcconfig": { "GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS": "YES", "GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS": "YES", "DEFINES_MODULE": "YES", "SWIFT_COMPILATION_MODE": "wholemodule" }, "script_phases": { "name": "Copy Swift Header", "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\"", "execution_position": "after_compile" }, "swift_version": "5.4" }