talk-ios/Podfile

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

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
target "VideoCalls" do
pod 'AFNetworking', '~> 3.0'
pod 'DateTools'
pod 'GoogleWebRTC'
pod 'Firebase/Core'
pod 'Firebase/Messaging'
end
target "NotificationServiceExtension" do
pod 'AFNetworking', '~> 3.0'
end