Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@zontan

zontan/Podfile Secret

Created September 8, 2020 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zontan/af7af1759dda8eb5bca707e8f16ae6ee to your computer and use it in GitHub Desktop.
Save zontan/af7af1759dda8eb5bca707e8f16ae6ee to your computer and use it in GitHub Desktop.
platform :ios, '12.0'
target 'BanubaSdkApp' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for BanubaSdkApp
pod 'AgoraUIKit'
pod 'AgoraRtm_iOS'
pod 'Firebase/Analytics'
pod 'Firebase/Auth'
pod 'Firebase/Database'
pod 'FirebaseUI'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment