forked from mohsinalimat/messenger-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
41 lines (32 loc) · 948 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
33
34
35
36
37
38
39
40
41
# Uncomment the next line to define a global platform for your project
platform :ios, '10.0'
target 'Pulse' do
use_frameworks!
# ignore all warnings from all pods
inhibit_all_warnings!
pod 'SlackTextViewController', '~> 1.9.6'
pod 'TURecipientBar', '~> 2.0'
pod 'ActiveLabel', :git => 'https://github.com/optonaut/ActiveLabel.swift.git', :tag => '0.8.0'
pod 'RxSwift', '~> 4.0'
pod 'Kingfisher', '~> 4.0'
pod 'Alamofire', '~> 4.5'
pod 'SwiftyJSON', '~> 4.0.0'
pod 'AsyncSwift', '~> 2.0.4'
pod 'CryptoSwift', '~> 0.8.0'
pod 'DeviceKit', '~> 1.0'
pod 'Firebase/Core'
pod 'Firebase/Messaging'
pod 'FirebaseInstanceID', '2.0.0'
target 'PulseTests' do
inherit! :search_paths
# Pods for testing
end
target 'PulseUITests' do
inherit! :search_paths
# Pods for testing
end
target 'NotificationDecryptor' do
inherit! :search_paths
pod 'CryptoSwift', '~> 0.8.0'
end
end