-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
37 lines (31 loc) · 883 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
# Uncomment the next line to define a global platform for your project
platform :ios, '12'
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
target 'lindale-ios' do
# Pods for lindale-ios
pod 'Firebase/Core'
pod 'Firebase/Messaging'
pod 'Firebase/Database'
pod 'Firebase/DynamicLinks'
pod 'Firebase/RemoteConfig'
pod 'Firebase/Storage'
pod 'Firebase/Performance'
pod 'Fabric', '~> 1.7.2'
pod 'Crashlytics', '~> 3.9.3'
pod 'Moya'
pod 'Pastel'
pod "KRProgressHUD"
pod 'Down'
pod 'SCLAlertView' , :git => 'https://github.com/lindelea/SCLAlertView-Swift'
pod 'FoldingCell'
pod 'PageMenu' , :git => 'https://github.com/orazz/PageMenu'
pod 'BulletinBoard'
end
target 'lindale-watch Extension' do
platform :watchos, '5'
pod 'Moya'
end
target 'lindale-todo-notification-ui' do
pod 'Moya'
end