blob: 20f954a252321a0f14a0ef64d657f3882be4416d [file] [log] [blame]
{
"name": "OpenSSL-gabriel",
"version": "1.0.1.j",
"summary": "OpenSSL",
"description": "The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS) protocols as well as a full-strength general purpose cryptography library.",
"homepage": "https://www.openssl.org/",
"license": {
"type": "MIT"
},
"source": {
"git": "https://github.com/gabriel/OpenSSL-gabriel.git",
"tag": "1.0.1.j"
},
"authors": {
"Gabriel Handford": "gabrielh@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "include/openssl/**/*.h",
"public_header_files": "include/openssl/**/*.h",
"header_dir": "openssl",
"preserve_paths": [
"lib/libcrypto.a",
"lib/libssl.a"
],
"vendored_libraries": [
"lib/libcrypto.a",
"lib/libssl.a"
]
},
"libraries": [
"ssl",
"crypto"
]
}