Skip to content

Instantly share code, notes, and snippets.

@cardoso

cardoso/Podfile Secret

Last active October 14, 2020 00:37
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 cardoso/dc73028434d48b005d50e91f67a7dda3 to your computer and use it in GitHub Desktop.
Save cardoso/dc73028434d48b005d50e91f67a7dda3 to your computer and use it in GitHub Desktop.
platform :ios, '14.0'
target 'PsychotherapyApp' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for PsychotherapyApp
pod 'StreamChat', '~> 2.4.0'
pod 'VoxeetUXKit', '~> 1.3.6'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment