-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
27 lines (24 loc) · 809 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
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'SBMain' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for Swift Boilerplate
pod 'AlamofireNetworkActivityIndicator', '~> 3.1.0'
pod 'RAMAnimatedTabBarController', '~> 5.2.0'
pod 'LicensePlist', '~> 3.23.0'
pod 'lottie-ios', '~> 3.2.3'
pod 'SnapKit', '~> 5.6.0'
pod 'Alamofire', '~> 5.6.0'
pod 'SwiftyJSON', '~> 5.0.0'
pod 'RAMAnimatedTabBarController', '~> 5.2.0'
pod 'QuickTableViewController', '~> 1.3.1'
pod 'MBProgressHUD', '~> 1.2.0'
pod 'Localize-Swift', '~> 3.2.0'
pod 'SwiftTheme', '~> 0.6.4'
pod 'KMYElasticPullToRefresh', '~> 1.0.0'
pod 'SwiftLint'
target 'SBMainTests' do
inherit! :search_paths
end
end