Skip to content

Instantly share code, notes, and snippets.

@cardoso

cardoso/Podfile Secret

Last active May 24, 2020 19:18
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/889bb3933d0f135d8889b028f4153708 to your computer and use it in GitHub Desktop.
Save cardoso/889bb3933d0f135d8889b028f4153708 to your computer and use it in GitHub Desktop.
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'Smitch' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for Smitch
pod 'StreamChat', '~> 2.1'
pod 'VoxeetSDK', '~> 2.3'
pod 'VoxeetScreenShareKit', '~> 1.0'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment