-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSSProcesser.podspec
More file actions
23 lines (23 loc) · 1008 Bytes
/
SSProcesser.podspec
File metadata and controls
23 lines (23 loc) · 1008 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.new do |s|
s.name = "SSProcesser"
s.version = "1.0.3"
s.summary = 'A short description of SSProcesser.'
s.description = <<-DESC
LEE_SS_LIB Http and Socks proxy based on Privoxy and Antinat.
DESC
s.homepage = "https://github.com/SpikeLeeHom/SSProcesser"
s.license = "GPLv2"
s.author = { "SpikeLeeHom" => "spikeleeyuuui@gmail.com" }
s.ios.deployment_target = '9.0'
s.source = { :git => 'https://github.com/SpikeLeeHom/SSProcesser.git', :tag => s.version.to_s }
s.libraries = 'resolv'
s.platform = :ios
s.ios.deployment_target = '9.0'
s.swift_version = '4.0'
s.compiler_flags = "-fcxx-modules"
s.xcconfig = { 'OTHER_CFLAGS' => '$(inherited) -DSQLITE_HAS_CODEC'}
s.public_header_files = 'Source/*.framework/Headers/{.h}'
s.ios.vendored_frameworks = 'Source/*.framework'
s.dependency 'RealmSwift', '3.9.0'
s.dependency 'CocoaAsyncSocket', '~> 7.4.3'
end