iOS/Configuration/Podspecs/Firebase.podspec.json
Zac West d51a2d6893
Update to Xcode 14 & dependencies (#2228)
Fixes #2214.

## Summary
Updates to building with Xcode 14 as the minimum. Updates all
dependencies (as many both require Xcode 14 to update and would not work
with it without updating).

## Any other notes
This excludes `arm64` (new in Xcode 14) from watchOS builds. This is due
to App Store Connect having a bad heuristic for file size:

> ITMS-90389: Size Limit Exceeded - The size of watch application
'/Payload/Home Assistant.app/Watch/HomeAssistant-WatchApp.app' (102MB)
has exceeded the 75MB size limit.

Our binary file is larger than 75 MB unthinned and our thinned install
size is sub-25 MB, so I don't think this is testing the right thing. In
either case, we're somehow below whatever the limit actually is with
just `arm64_32_v8` and `arm_v7k` slices.

The first build on TF using the Xcode 14 build for distribution is
2022.413.
2022-10-19 13:56:30 -07:00

43 lines
1.6 KiB
JSON

{
"name": "Firebase",
"version": "10.0.0",
"summary": "Firebase",
"description": "Simplify your app development, grow your user base, and monetize more effectively with Firebase.",
"homepage": "https://firebase.google.com",
"license": {
"type": "Apache",
"file": "Firebase/NOTICES"
},
"authors": "Google, Inc.",
"source": {
"http": "https://github.com/firebase/firebase-ios-sdk/releases/download/10.0.0/Firebase.zip"
},
"preserve_paths": [
"Firebase/NOTICES",
"Firebase/FirebaseAnalytics/FBLPromises.xcframework",
"Firebase/FirebaseAnalytics/FirebaseCore.xcframework",
"Firebase/FirebaseAnalytics/FirebaseCoreInternal.xcframework",
"Firebase/FirebaseAnalytics/FirebaseInstallations.xcframework",
"Firebase/FirebaseAnalytics/GoogleUtilities.xcframework",
"Firebase/FirebaseAnalytics/nanopb.xcframework",
"Firebase/FirebaseMessaging/FirebaseMessaging.xcframework",
"Firebase/FirebaseMessaging/GoogleDataTransport.xcframework"
],
"vendored_frameworks": [
"Firebase/FirebaseAnalytics/FBLPromises.xcframework",
"Firebase/FirebaseAnalytics/FirebaseCore.xcframework",
"Firebase/FirebaseAnalytics/FirebaseCoreInternal.xcframework",
"Firebase/FirebaseAnalytics/FirebaseInstallations.xcframework",
"Firebase/FirebaseAnalytics/GoogleUtilities.xcframework",
"Firebase/FirebaseAnalytics/nanopb.xcframework",
"Firebase/FirebaseMessaging/FirebaseMessaging.xcframework",
"Firebase/FirebaseMessaging/GoogleDataTransport.xcframework"
],
"social_media_url": "https://twitter.com/Firebase",
"platforms": {
"ios": "11.0",
"osx": "10.13",
"tvos": "12.0"
}
}