forked from rtr-nettest/open-rmbt-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
24 lines (19 loc) · 986 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
platform :ios, '8.0'
target 'RMBT' do
pod 'AFNetworking', '~>1.3'
pod 'GCNetworkReachability', '1.3.2'
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 'SVWebViewController', '1.0'
pod 'SVWebViewController', :git => 'https://github.com/bazingatechnologies/SVWebViewController', :branch => 'master', :commit => 'e5e85d2df62c3baed76a2dec343cdb1c239aa719'
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 'GoogleMaps', '~> 2.1'
end