-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
35 lines (29 loc) · 792 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
35
platform :ios, '10.0'
target 'SterlingApp' do
use_frameworks!
# Pods for SterlingApp
pod 'RxSwift'
pod 'RxSwiftExt'
pod 'RxCocoa'
pod 'RxGesture'
pod 'Moya/RxSwift'
pod 'SwiftLint'
pod 'R.swift'
pod 'netfox'
pod 'ReachabilitySwift'
pod 'CarbonKit'
pod 'Material', :git => 'https://github.com/CosmicMind/Material.git', :commit => '4ab1b08c3365a00f409a210162ae72ed8425f299'
pod 'Motion', :git => 'https://github.com/CosmicMind/Motion.git', :commit => '3141bdb87e30b4aa899a22562194a221ea2da388'
pod 'Moya/RxSwift'
pod 'Kingfisher'
pod 'SwiftMessages'
pod 'DZNEmptyDataSet'
target 'SterlingAppTests' do
inherit! :search_paths
# Pods for testing
end
target 'SterlingAppUITests' do
inherit! :search_paths
# Pods for testing
end
end