1af2ec015STomasz Sapeta{ 2af2ec015STomasz Sapeta "name": "ABI49_0_0EXUpdatesInterface", 3*bdf1985aSTomasz Sapeta "version": "0.10.1", 4af2ec015STomasz Sapeta "summary": "Native interface for modules that optionally depend on expo-updates, e.g. expo-dev-launcher.", 5af2ec015STomasz Sapeta "description": "Native interface for modules that optionally depend on expo-updates, e.g. expo-dev-launcher.", 6af2ec015STomasz Sapeta "license": "MIT", 7af2ec015STomasz Sapeta "authors": "650 Industries, Inc.", 8af2ec015STomasz Sapeta "homepage": "https://docs.expo.dev/versions/latest/sdk/module-template", 9af2ec015STomasz Sapeta "platforms": { 10af2ec015STomasz Sapeta "ios": "13.0" 11af2ec015STomasz Sapeta }, 12af2ec015STomasz Sapeta "swift_versions": "5.4", 13af2ec015STomasz Sapeta "source": { 14af2ec015STomasz Sapeta "git": "https://github.com/expo/expo.git" 15af2ec015STomasz Sapeta }, 16af2ec015STomasz Sapeta "static_framework": true, 17af2ec015STomasz Sapeta "source_files": "EXUpdatesInterface/**/*.{h,m,swift}", 18af2ec015STomasz Sapeta "pod_target_xcconfig": { 19af2ec015STomasz Sapeta "GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS": "YES", 20af2ec015STomasz Sapeta "GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS": "YES", 21af2ec015STomasz Sapeta "DEFINES_MODULE": "YES", 22af2ec015STomasz Sapeta "SWIFT_COMPILATION_MODE": "wholemodule" 23af2ec015STomasz Sapeta }, 24895fafd4SKudo Chien "user_target_xcconfig": { 25895fafd4SKudo Chien "HEADER_SEARCH_PATHS": "\"${PODS_CONFIGURATION_BUILD_DIR}/EXUpdatesInterface/Swift Compatibility Header\"" 26af2ec015STomasz Sapeta }, 27af2ec015STomasz Sapeta "swift_version": "5.4" 28af2ec015STomasz Sapeta} 29