R Suman Radhakrishnan
07/25/2024, 1:20 PM# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'iosApp' do
use_frameworks!
# Pods for iosApp
platform :ios, '13.5'
# pod 'kotlin_library', :path => '../kotlin-library'
pod 'FirebaseAuth'
end
Pod file of IOS