blob: e733d02005d6776f94f563638dd66c29b1795056 [file] [log] [blame]
{
"name": "LELocalServer",
"version": "1.0.0",
"summary": "A short description of LELocalServer.",
"description": "LEE_SS_LIB Http and Socks proxy based on Privoxy and Antinat.",
"homepage": "https://github.com/SpikeLeeHom/LELocalServer",
"license": "GPLv2",
"authors": {
"SpikeLeeHom": "spikeleeyuuui@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/SpikeLeeHom/LELocalServer.git",
"tag": "1.0.0"
},
"libraries": "resolv",
"swift_version": "4.0",
"compiler_flags": "-fcxx-modules",
"xcconfig": {
"OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC"
},
"public_header_files": "Source/*.framework/Headers/{.h}",
"ios": {
"vendored_frameworks": "Source/*.framework"
},
"dependencies": {
"libsodium": [
"~>1.0.3"
],
"OpenSSL-for-iOS": [
"~> 1.0.2.d.1"
]
}
}