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'
|
2019-12-06 13:40:58 +03:00
|
|
|
pod 'UICKeyChainStore'
|
2019-05-13 20:25:37 +03:00
|
|
|
pod 'Realm'
|
2019-12-06 13:40:58 +03:00
|
|
|
pod "AFViewShaker", "~> 0.0.5"
|
2019-12-02 16:17:46 +03:00
|
|
|
pod 'BKPasscodeView', '~> 0.1.2'
|
2020-04-29 17:24:05 +03:00
|
|
|
pod 'MaterialComponents/ActivityIndicator'
|
2020-05-14 19:35:37 +03:00
|
|
|
pod 'Toast', '~> 4.0.0'
|
2020-05-22 18:23:23 +03:00
|
|
|
pod "PulsingHalo"
|
2017-07-04 20:15:28 +03:00
|
|
|
end
|
2017-11-20 19:24:26 +03:00
|
|
|
|