1{ 2 "name": "ABI47_0_0EXFirebaseAnalytics", 3 "version": "8.0.0", 4 "summary": "A universal module that interfaces with the native firebase analytics API", 5 "description": "A universal module that interfaces with the native firebase analytics API", 6 "license": "MIT", 7 "authors": "650 Industries, Inc.", 8 "homepage": "https://docs.expo.dev/versions/latest/sdk/firebase-analytics/", 9 "platforms": { 10 "ios": "13.0" 11 }, 12 "source": { 13 "git": "https://github.com/expo/expo.git" 14 }, 15 "static_framework": true, 16 "pod_target_xcconfig": { 17 "DEFINES_MODULE": "YES", 18 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES" 19 }, 20 "dependencies": { 21 "Firebase/Core": [ 22 "9.5.0" 23 ], 24 "ABI47_0_0ExpoModulesCore": [], 25 "ABI47_0_0EXFirebaseCore": [] 26 }, 27 "source_files": "EXFirebaseAnalytics/**/*.{h,m}" 28} 29