1{ 2 "name": "ABI49_0_0EXManifests", 3 "version": "0.7.1", 4 "summary": "Code to parse and use Expo and Expo Updates manifests.", 5 "description": "Code to parse and use Expo and Expo Updates manifests.", 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 "dependencies": { 18 "ABI49_0_0ExpoModulesCore": [] 19 }, 20 "pod_target_xcconfig": { 21 "GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS": "YES", 22 "GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS": "YES", 23 "DEFINES_MODULE": "YES", 24 "SWIFT_COMPILATION_MODE": "wholemodule" 25 }, 26 "user_target_xcconfig": { 27 "HEADER_SEARCH_PATHS": "\"${PODS_CONFIGURATION_BUILD_DIR}/EXManifests/Swift Compatibility Header\"" 28 }, 29 "source_files": "EXManifests/**/*.{h,m,swift}", 30 "exclude_files": "Tests/", 31 "testspecs": [ 32 { 33 "name": "Tests", 34 "test_type": "unit", 35 "dependencies": { 36 "ExpoModulesTestCore": [] 37 }, 38 "source_files": "Tests/*.{h,m,swift}" 39 } 40 ], 41 "swift_version": "5.4" 42} 43