forked from haxpor/Potatso
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathShadowPath.podspec
More file actions
20 lines (20 loc) · 982 Bytes
/
ShadowPath.podspec
File metadata and controls
20 lines (20 loc) · 982 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = "ShadowPath"
s.version = "0.1.0"
s.summary = "Http and Socks proxy based on Privoxy and Antinat"
s.description = <<-DESC
Http and Socks proxy based on Privoxy and Antinat.
DESC
s.homepage = "http://icodesign.me"
s.license = "GPLv2"
s.author = { "iCodesign" => "leimagnet@gmail.com" }
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.9'
s.source_files = "ShadowPath", "ShadowPath/**/*.{c,h,m,swift}"
s.libraries = "z"
s.pod_target_xcconfig = {
'OTHER_CFLAGS' => '-DHAVE_CONFIG_H -DUSE_CRYPTO_OPENSSL -DLIB_ONLY -DUDPRELAY_LOCAL -DMODULE_LOCAL',
# 'HEADER_SEARCH_PATHS' => '',
}
s.vendored_libraries = 'ShadowPath/Antinat/expat-lib/lib/libexpat.a', 'ShadowPath/shadowsocks-libev/libopenssl/lib/libcrypto.a', 'ShadowPath/shadowsocks-libev/libopenssl/lib/libssl.a', 'ShadowPath/shadowsocks-libev/libsodium-ios/lib/libsodium.a'
end