talk-ios/Podfile

14 строки
261 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
target "VideoCalls" do
pod 'AFNetworking', "3.1.0"
pod 'DateTools'
pod 'GoogleWebRTC', "1.1.20266"
pod 'JDStatusBarNotification'
pod 'SocketRocket'
pod 'DBImageColorPicker'
pod 'Realm'
end