forked from SoftwareEngineeringDaily/se-daily-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
47 lines (43 loc) · 1.42 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'
pod 'Alamofire', '~> 4.5.1'
pod 'Crashlytics', '~> 3.9.3'
pod 'Disk', '~> 0.3.1'
pod 'Eureka', '~> 4.0.1'
pod 'Fabric', '~> 1.7.2'
pod 'IQKeyboardManagerSwift', '~> 5.0.5'
pod 'Kingfisher', '~> 4.2.0'
pod 'KTResponsiveUI', '~> 0.2.4'
pod 'KoalaTeaFlowLayout', '~> 0.3.1'
pod 'KoalaTeaPlayer', '~> 0.2.7'
pod 'MBProgressHUD', '~> 1.1.0'
pod 'Pageboy', '~> 2.0.2'
pod 'PopupDialog', '~> 0.6.0'
pod 'PureLayout', '~> 3.0.2'
pod 'Reusable', '~> 4.0.0'
pod 'SideMenu', '~> 3.1.4'
pod 'Skeleton', '~> 0.1.0'
pod 'SnapKit', '~> 4.0.0'
pod 'StatefulViewController', '~> 3.0'
pod 'SwiftGen', '~> 5.2.1'
pod 'SwiftIcons', :git => 'https://github.com/themisterholliday/SwiftIcons.git', :branch => 'swift-4'
pod 'SwiftLint', '~> 0.23.1'
pod 'SwiftSoup', '~> 1.5.8'
pod 'SwifterSwift', '~> 4.0.1'
pod 'SwiftyBeaver', '~> 1.4.2'
pod 'SwiftyJSON', '~> 3.1.4'
pod 'Tabman', '~> 1.0.5'
pod 'UIFontComplete', '~> 2.0.1'
pod 'WaitForIt', '~> 2.0.0'
target 'SEDaily-IOSTests' do
inherit! :search_paths
pod 'Quick'
pod 'Nimble'
pod 'Mockingjay'
end
end