forked from rtr-nettest/open-rmbt-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
32 lines (23 loc) · 942 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
platform :ios, '12.0'
# ignore all warnings from all pods
inhibit_all_warnings!
use_frameworks!
target 'RMBT' do
pod 'Alamofire', '= 5.0.0-rc.2'
pod 'AlamofireObjectMapper'
pod 'XCGLogger'
pod 'CocoaAsyncSocket'
pod 'ReachabilitySwift'
pod 'BlocksKit/UIKit', :git => 'https://github.com/sglushchenko/BlocksKit', :branch => 'without_UIWebView'
pod 'BlocksKit/MessageUI', :git => 'https://github.com/sglushchenko/BlocksKit', :branch => 'without_UIWebView'
pod 'libextobjc/EXTKeyPathCoding'
pod 'TUSafariActivity'
# if File.exist?(File.expand_path('../Vendor/CocoaAsyncSocket', __FILE__))
# pod 'CocoaAsyncSocket', :path => 'Vendor/CocoaAsyncSocket'
# else
# pod 'CocoaAsyncSocket', :git => 'https://github.com/appscape/CocoaAsyncSocket.git',
# :commit => '350ac5f09002ac92a333175cb87ab8b59ebd0571'
# end
pod 'BCGenieEffect'
pod 'MaterialComponents/Tabs+TabBarView'
end