blob: 37f90419c1029aa300f2fe3f7dc8aa876b3e8aaa [file] [log] [blame]
{
"name": "LEEProcesser",
"version": "1.0.0",
"summary": "A short description of LEEProcesser.",
"description": "LEE_SS_LIB Http and Socks proxy based on Privoxy and Antinat.",
"homepage": "https://github.com/SpikeLeeHom/LEEProcesser",
"license": "GPLv2",
"authors": {
"SpikeLeeHom": "spikeleeyuuui@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/SpikeLeeHom/LEEProcesser.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": {
"RealmSwift": [
"~> 2.10.2"
],
"CocoaAsyncSocket": [
"~> 7.4.3"
]
}
}