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