1{ 2 "name": "ABI48_0_0EXUpdates", 3 "version": "0.16.4", 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 "ASN1Decoder": [ 19 "~> 1.8" 20 ], 21 "ABI48_0_0ExpoModulesCore": [], 22 "ABI48_0_0React-Core": [], 23 "ABI48_0_0EXStructuredHeaders": [], 24 "ABI48_0_0EXUpdatesInterface": [], 25 "ABI48_0_0EXManifests": [], 26 "ABI48_0_0EASClient": [] 27 }, 28 "pod_target_xcconfig": { 29 "GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS": "YES", 30 "GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS": "YES", 31 "DEFINES_MODULE": "YES", 32 "SWIFT_COMPILATION_MODE": "wholemodule", 33 "OTHER_CFLAGS[config=Debug]": "$(inherited)" 34 }, 35 "source_files": "EXUpdates/**/*.{h,m,swift}", 36 "testspecs": [ 37 { 38 "name": "Tests", 39 "test_type": "unit", 40 "source_files": "Tests/*.{h,m,swift}", 41 "resources": "Tests/Support/**/*", 42 "dependencies": { 43 "ExpoModulesTestCore": [], 44 "OCMockito": [ 45 "~> 6.0" 46 ] 47 }, 48 "pod_target_xcconfig": { 49 "GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS": "YES", 50 "GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS": "YES", 51 "DEFINES_MODULE": "YES", 52 "SWIFT_COMPILATION_MODE": "wholemodule" 53 } 54 } 55 ], 56 "swift_version": "5.4" 57} 58