Project Setup
Install dependencies
target 'TargetName' do
# Uncomment the next line if you're using Swift
# use_frameworks!
pod 'SocketRocket', '0.5.1'
pod 'CocoaLumberjack', '~> 3.7'
pod "GCDWebServer", '~> 3.5'
pod 'CocoaAsyncSocket', '~> 7.6'
pod 'PINCache', '~> 3.0'
endpod installFor iOS/tvOS/macOS
target 'TargetName' do
# Uncomment the next line if you're using Swift
# use_frameworks!
pod 'SocketRocket', '0.5.1'
pod 'CocoaLumberjack', '~> 3.7'
pod "GCDWebServer", '~> 3.5'
pod 'CocoaAsyncSocket', '~> 7.6'
pod 'PINCache', '~> 3.0'
endLast updated