зеркало из https://github.com/nextcloud/talk-ios.git
17 строки
313 B
Ruby
17 строки
313 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
platform :ios, '10.0'
|
|
|
|
target "VideoCalls" do
|
|
pod 'AFNetworking', '~> 3.0'
|
|
pod 'DateTools'
|
|
pod 'GoogleWebRTC'
|
|
pod 'JDStatusBarNotification'
|
|
pod 'Firebase/Core'
|
|
pod 'Firebase/Messaging'
|
|
end
|
|
|
|
target "NotificationServiceExtension" do
|
|
pod 'AFNetworking', '~> 3.0'
|
|
end
|
|
|