-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
32 lines (28 loc) · 831 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
29
30
31
32
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!
target :'Missito' do
pod 'CocoaLumberjack', '~> 2.3.0'
pod 'OpenSSL'
pod 'RealmSwift'
pod 'MQTTClient'#, '~> 0.9.2'
pod 'JSONWebToken', :git => 'https://github.com/kylef/JSONWebToken.swift'
pod 'KeychainSwift', '~> 6.0'
pod 'FontAwesome.swift’, ‘~>1.2.0’
pod 'SignalProtocolC', :git => "https://github.com/enos/libsignal-protocol-c.git"
pod 'URITemplate'
pod 'Gloss', '~> 1.2'
pod 'DateToolsSwift', '~> 4.0.0'
pod 'libPhoneNumber-iOS', '~> 0.8'
pod 'Firebase/Messaging'
pod 'MBProgressHUD', '~> 1.0.0'
pod 'NSDate+TimeAgo'
pod 'AFNetworking', '~> 3.0'
pod 'IQKeyboardManagerSwift'
pod 'NVActivityIndicatorView'
pod 'M13ProgressSuite'
pod 'FaceAware'
pod 'CryptoSwift', '0.7.2'
pod 'Fabric', '~> 1.7.2'
pod 'Crashlytics', '~> 3.9.3'
end