大量代码。
This commit is contained in:
16
Podfile
16
Podfile
@ -1,15 +1,17 @@
|
||||
# Uncomment this line to define a global platform for your project
|
||||
# platform :ios, '9.0'
|
||||
platform :osx, '10.11'
|
||||
|
||||
target 'ShadowsocksX-NG' do
|
||||
|
||||
target 'shadowsocks-libev' do
|
||||
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
|
||||
use_frameworks!
|
||||
|
||||
# Pods for shadowsocks-libev
|
||||
|
||||
end
|
||||
|
||||
target 'ShadowsocksX-NG' do
|
||||
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
|
||||
use_frameworks!
|
||||
pod 'libev', '~> 4.15'
|
||||
pod 'OpenSSL-Universal', '1.0.1.l'
|
||||
pod 'libsodium', '~> 1.0.3'
|
||||
|
||||
|
||||
# Pods for ShadowsocksX-NG
|
||||
|
||||
|
Reference in New Issue
Block a user