forked from shadowsocks/ShadowsocksX-NG
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPodfile
More file actions
26 lines (20 loc) · 659 Bytes
/
Podfile
File metadata and controls
26 lines (20 loc) · 659 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
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
target 'ShadowsocksX-NG' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for ShadowsocksX-NG
pod 'Alamofire', '~> 4.2.0'
pod "GCDWebServer", "~> 3.0"
pod 'MASShortcut', '~> 2'
# https://github.com/ReactiveX/RxSwift/blob/master/Documentation/GettingStarted.md
pod 'RxSwift', '~> 3.0'
pod 'RxCocoa', '~> 3.0'
target 'ShadowsocksX-NGTests' do
inherit! :search_paths
# Pods for testing
end
end
target 'proxy_conf_helper' do
pod 'BRLOptionParser', '~> 0.3.1'
end