Skip to content

Instantly share code, notes, and snippets.

@erdemildiz
Created December 23, 2021 19:44
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 erdemildiz/6a9b60598f0f0352ea39aa350eecba76 to your computer and use it in GitHub Desktop.
Save erdemildiz/6a9b60598f0f0352ea39aa350eecba76 to your computer and use it in GitHub Desktop.
Socket pod file
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'socket-demo' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'Socket.IO-Client-Swift', '~> 15.2.0'
# Pods for socket-demo
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment