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  "user_target_xcconfig": {
25    "HEADER_SEARCH_PATHS": "\"${PODS_CONFIGURATION_BUILD_DIR}/EXUpdatesInterface/Swift Compatibility Header\""
26  },
27  "swift_version": "5.4"
28}
29