| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- # Uncomment the next line to define a global platform for your project
- # platform :ios, '9.0'
- target 'SymbolCollisionTest' do
- # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
- # use_frameworks!
- # Firebase Pods
- pod 'Firebase', '5.14.0'
- pod 'FirebaseAnalytics'
- pod 'FirebaseAuth'
- pod 'FirebaseCore'
- pod 'FirebaseCrash'
- pod 'FirebaseDatabase'
- pod 'FirebaseDynamicLinks'
- pod 'FirebaseFirestore'
- pod 'FirebaseFunctions'
- pod 'FirebaseInAppMessaging'
- pod 'FirebaseInstanceID'
- pod 'FirebaseMessaging'
- pod 'FirebaseMLCommon'
- pod 'FirebaseMLModelInterpreter'
- pod 'FirebaseMLVision'
- pod 'FirebaseMLVisionBarcodeModel'
- pod 'FirebaseMLVisionFaceModel'
- pod 'FirebaseMLVisionLabelModel'
- pod 'FirebaseMLVisionTextModel'
- pod 'FirebasePerformance'
- pod 'FirebaseRemoteConfig'
- pod 'FirebaseStorage'
- # pod 'FirebaseUI'. - requires use_frameworks!
- # Other Google Pods
- # pod 'Blockly' This is a Swift Pod and requires usage of use_frameworks!
- pod 'Crashlytics'
- pod 'DigitsMigrationHelper'
- pod 'EarlGrey'
- pod 'GeoFire'
- pod 'google-cast-sdk'
- pod 'Google-Mobile-Ads-SDK'
- pod 'GoogleAnalytics'
- pod 'GoogleAppIndexing'
- pod 'GoogleAppUtilities'
- pod 'GoogleAuthUtilities'
- pod 'GoogleConversionTracking'
- pod 'GoogleIDFASupport'
- pod 'GoogleInterchangeUtilities'
- pod 'GoogleMaps'
- pod 'GoogleMobileVision'
- pod 'GoogleNetworkingUtilities'
- pod 'GoogleParsingUtilities'
- pod 'GooglePlacePicker'
- pod 'GooglePlaces'
- pod 'GooglePlusUtilities'
- pod 'GoogleSignIn'
- pod 'GoogleSymbolUtilities'
- pod 'GoogleTagManager'
- pod 'GoogleToolboxForMac'
- pod 'GoogleUtilities'
- pod 'GTMAppAuth'
- # pod 'GTMHTTPFetcher' - conflicts with GTMSessionFetcher
- pod 'GTMSessionFetcher'
- pod 'GVRSDK'
- pod 'leveldb-library'
- # pod 'MDFTextAccessibility' - conflicts with GVRSDK
- pod 'nanopb'
- # pod 'NearbyMessages' # - conflicts with google-cast-sdk
- pod 'Protobuf'
- pod 'TensorFlow-experimental'
- # Non-Google Pods
- end
|