1{
2  "name": "ABI49_0_0EXUpdates",
3  "version": "0.18.3",
4  "summary": "Fetches and manages remotely-hosted assets and updates to your app's JS bundle.",
5  "description": "Fetches and manages remotely-hosted assets and updates to your app's JS bundle.",
6  "license": "MIT",
7  "authors": "650 Industries, Inc.",
8  "homepage": "https://docs.expo.dev/versions/latest/sdk/updates/",
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  "dependencies": {
18    "ReachabilitySwift": [],
19    "ASN1Decoder": [
20      "~> 1.8"
21    ],
22    "RCT-Folly": [
23      "2021.07.22.00"
24    ],
25    "ABI49_0_0ExpoModulesCore": [],
26    "ABI49_0_0React-Core": [],
27    "ABI49_0_0EXStructuredHeaders": [],
28    "ABI49_0_0EXUpdatesInterface": [],
29    "ABI49_0_0EXManifests": [],
30    "ABI49_0_0EASClient": []
31  },
32  "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32",
33  "pod_target_xcconfig": {
34    "GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS": "YES",
35    "GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS": "YES",
36    "DEFINES_MODULE": "YES",
37    "SWIFT_COMPILATION_MODE": "wholemodule",
38    "OTHER_CFLAGS[config=Debug]": "$(inherited)",
39    "OTHER_SWIFT_FLAGS[config=Debug]": "$(inherited)"
40  },
41  "source_files": "EXUpdates/**/*.{h,m,swift}",
42  "exclude_files": "Tests/",
43  "testspecs": [
44    {
45      "name": "Tests",
46      "test_type": "unit",
47      "source_files": "Tests/*.{h,m,swift}",
48      "resources": "Tests/Support/**/*",
49      "dependencies": {
50        "ExpoModulesTestCore": []
51      },
52      "pod_target_xcconfig": {
53        "USER_HEADER_SEARCH_PATHS": "\"${CONFIGURATION_TEMP_DIR}/EXUpdates.build/DerivedSources\"",
54        "GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS": "YES",
55        "GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS": "YES",
56        "DEFINES_MODULE": "YES",
57        "SWIFT_COMPILATION_MODE": "wholemodule"
58      }
59    }
60  ],
61  "swift_version": "5.4"
62}
63