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
|
2018-04-26 15:10:41 +03:00
|
|
|
pod 'AFNetworking', "3.1.0"
|
2017-09-07 15:04:51 +03:00
|
|
|
pod 'DateTools'
|
2018-04-26 15:10:41 +03:00
|
|
|
pod 'GoogleWebRTC', "1.1.20266"
|
2018-03-02 15:08:56 +03:00
|
|
|
pod 'JDStatusBarNotification'
|
2018-09-12 17:03:07 +03:00
|
|
|
pod 'SocketRocket'
|
2018-12-14 14:51:50 +03:00
|
|
|
pod 'DBImageColorPicker'
|
2017-07-04 20:15:28 +03:00
|
|
|
end
|
2017-11-20 19:24:26 +03:00
|
|
|
|