-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
45 lines (30 loc) · 1.2 KB
/
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
42
43
44
45
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'AnimalHelper' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for AnimalHelper
pod 'Apollo'
pod 'SwiftDate'
pod 'SwiftLint'
pod 'KeychainAccess'
pod 'Validator'
pod 'ObjectMapper', '~> 3.4'
pod 'SwiftEntryKit', '1.0.4'
# Fabric
pod 'Fabric'
pod 'Crashlytics'
# UI
pod 'NVActivityIndicatorView' # https://github.com/ninjaprox/NVActivityIndicatorView
pod 'Hero', '~> 1.5.0' # https://github.com/lkzhao/Hero
pod 'Localize-Swift' # https://github.com/marmelroy/Localize-Swift
pod 'RAMAnimatedTabBarController' # https://github.com/Ramotion/animated-tab-bar
pod 'AcknowList' # https://github.com/vtourraine/AcknowList
pod 'KafkaRefresh' # https://github.com/OpenFeyn/KafkaRefresh
pod 'Toast-Swift' # https://github.com/scalessec/Toast-Swift
pod 'MultiProgressView' # https://github.com/mac-gallagher/MultiProgressView
# Keyboard
pod 'IQKeyboardManagerSwift', '~> 6.5.0'
# Logging
pod 'CocoaLumberjack/Swift' # https://github.com/CocoaLumberjack/CocoaLumberjack
end