blob: 364a0aa85ddb30735b452e846adc0d1dba2ab1cc [file] [log] [blame]
{
"name": "CAPKit-3rdparty-libs",
"version": "0.1.4",
"summary": "CAPKit-3rdparty-libs library.",
"description": "libevent, openssl, libcurl, tor, c-ares, mcrypt, mhash, sqlcipher, lame.",
"homepage": "https://github.com/successinfo-org/CAPKit-3rdparty-libs",
"license": "MIT",
"authors": {
"samchang": "sam.chang@me.com"
},
"platforms": {
"ios": "6.0.0"
},
"source": {
"git": "https://github.com/successinfo-org/CAPKit-3rdparty-libs.git",
"tag": "v0.1.4"
},
"libraries": "c++",
"header_mappings_dir": "src",
"public_header_files": [
"src/*.h",
"src/**/*.{h}"
],
"source_files": [
"src/*.{h}",
"src/**/*.{h}"
],
"preserve_paths": [
"src/*.{h,c}",
"src/**/*.{h}"
],
"compiler_flags": "-DSQLITE_HAS_CODEC",
"ios": {
"vendored_libraries": "lib/*.a"
},
"requires_arc": false
}