forked from MixinNetwork/ios-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
28 lines (25 loc) · 860 Bytes
/
Podfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
platform :ios, '10.0'
source 'https://github.com/CocoaPods/Specs.git'
target 'Mixin' do
use_frameworks!
inhibit_all_warnings!
pod 'Alamofire', :git => 'git@github.com:over140/Alamofire.git', :branch => 'master'
pod 'Bugsnag'
pod 'Firebase/Core'
pod 'Firebase/Analytics'
pod 'SDWebImageYYPlugin/YYImage'
pod 'YYImage/WebP'
pod 'SnapKit'
pod 'SocketRocket', :git => 'git@github.com:over140/SocketRocket.git', :branch => 'feature/request'
pod 'PhoneNumberKit'
pod 'GzipSwift'
pod 'RSKImageCropper'
pod 'DeviceGuru'
pod 'JWT', '~> 3.0.0-beta.7'
pod 'SwiftMessages'
pod 'Zip', '~> 1.1'
pod 'SignalProtocolC', :git => 'git@github.com:MixinMessenger/SignalProtocolC.git', :submodules => true
pod 'WCDB.swift', :git => 'git@github.com:MixinNetwork/wcdb.git', :branch => 'swift4.2'
pod 'GiphyCoreSDK'
pod 'GoogleWebRTC'
end