-
Notifications
You must be signed in to change notification settings - Fork 27
/
Podfile
47 lines (43 loc) · 1.23 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
46
47
# Uncomment the next line to define a global platform for your project
platform :ios, '10.3'
target 'SEDaily-IOS' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for SEDaily-IOS
pod 'ActiveLabel', :git => 'https://github.com/optonaut/ActiveLabel.swift.git'
p
pod 'Alamofire', '~> 4.5.1'
pod 'Down'
pod 'Disk', '~> 0.3.1'
pod 'Eureka', '~> 4.1.1'
pod 'Firebase/Core'
pod 'Firebase/Analytics'
pod 'Fabric', '~> 1.10.2'
pod 'Crashlytics', '~> 3.13.4'
pod 'IQKeyboardManagerSwift', '~> 5.0.8'
pod 'Kingfisher', '~> 4.2.0'
pod 'KTResponsiveUI', '~> 0.2.4'
pod 'MBProgressHUD', '~> 1.1.0'
pod 'Pageboy', '~> 2.0.2'
pod 'PopupDialog', '~> 0.6.0'
pod 'Reusable', '~> 4.0.0'
pod 'Skeleton', '~> 0.1.0'
pod 'SnapKit', '~> 4.0.0'
pod 'StatefulViewController', '~> 3.0'
pod 'SwiftGen', '~> 5.2.1'
pod 'SwiftMoment'
pod 'SwiftLint', '~> 0.25.1'
pod 'SwiftSoup', '~> 1.5.8'
pod 'SwifterSwift', '~> 4.0.1'
pod 'SwiftyBeaver', '~> 1.4.2'
pod 'SwiftyJSON'
pod 'Tabman', '~> 1.0.5'
pod 'WaitForIt', '~> 2.0.0'
pod 'Tags'
target 'SEDaily-IOSTests' do
inherit! :search_paths
pod 'Quick'
pod 'Nimble'
pod 'Mockingjay'
end
end