2017-07-04 20:15:28 +03:00
|
|
|
source 'https://github.com/CocoaPods/Specs.git'
|
2017-12-04 20:54:34 +03:00
|
|
|
platform :ios, '10.0'
|
2017-11-20 19:24:26 +03:00
|
|
|
|
|
|
|
target "VideoCalls" do
|
2017-12-04 20:54:34 +03:00
|
|
|
pod 'AFNetworking', '~> 3.0'
|
2017-09-07 15:04:51 +03:00
|
|
|
pod 'DateTools'
|
2017-10-20 10:22:04 +03:00
|
|
|
pod 'GoogleWebRTC'
|
2017-11-03 19:14:43 +03:00
|
|
|
pod 'Firebase/Core'
|
|
|
|
pod 'Firebase/Messaging'
|
2017-07-04 20:15:28 +03:00
|
|
|
end
|
2017-11-20 19:24:26 +03:00
|
|
|
|
|
|
|
target "NotificationServiceExtension" do
|
2017-12-04 20:54:34 +03:00
|
|
|
pod 'AFNetworking', '~> 3.0'
|
2017-11-20 19:24:26 +03:00
|
|
|
end
|
|
|
|
|