talk-ios/Podfile

20 строки
433 B
Plaintext
Исходник Обычный вид История

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 'UICKeyChainStore'
pod 'Realm'
pod "AFViewShaker", "~> 0.0.5"
pod 'BKPasscodeView', '~> 0.1.2'
pod 'MaterialComponents/ActivityIndicator'
pod 'Toast', '~> 4.0.0'
pod "PulsingHalo"
end