-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
35 lines (29 loc) · 649 Bytes
/
Podfile
File metadata and controls
35 lines (29 loc) · 649 Bytes
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'
inhibit_all_warnings!
use_modular_headers!
source 'https://github.com/CocoaPods/Specs.git'
def pods
pod 'SnapKit'
pod 'Material'
pod 'KVOController'
pod 'SVProgressHUD'
pod 'FDFullscreenPopGesture'
pod 'Moya/RxSwift'
pod 'ObjectMapper'
pod 'SwiftyJSON'
pod 'DeviceKit'
pod 'DefaultsKit', :git => 'https://github.com/nmdias/DefaultsKit'
pod 'IceCream'
pod 'RxSwift'
pod 'RxCocoa'
pod 'RxGesture'
pod 'RxDataSources'
pod 'NSObject+Rx'
pod 'MJRefresh'
end
target 'Bark' do
pods
end
target 'NotificationServiceExtension' do
pod 'IceCream'
end