blob: c80ed61d9a3dee862ecc0137109feb754604170a [file] [log] [blame]
{
"name": "KIOpenSSL",
"version": "1.0.26",
"summary": "OpenSSL for iOS",
"description": "OpenSSL is an SSL/TLS and Crypto toolkit. Deprecated in Mac OS and gone in iOS, this spec gives your project non-deprecated OpenSSL support. Supports iOS including Simulator (armv7,armv7s,arm64,i386,x86_64).",
"homepage": "https://github.com/smartwalle/KIOpenSSL",
"license": {
"type": "OpenSSL (OpenSSL/SSLeay)",
"file": "LICENSE.txt"
},
"source": {
"git": "https://github.com/smartwalle/KIOpenSSL.git",
"tag": "1.0.26"
},
"authors": {
"Mark J. Cox": "mark@openssl.org",
"Ralf S. Engelschall": "rse@openssl.org",
"Dr. Stephen Henson": "steve@openssl.org",
"Ben Laurie": "ben@openssl.org",
"Lutz Jänicke": "jaenicke@openssl.org",
"Nils Larsch": "nils@openssl.org",
"Richard Levitte": "nils@openssl.org",
"Bodo Möller": "bodo@openssl.org",
"Ulf Möller": "ulf@openssl.org",
"Andy Polyakov": "appro@openssl.org",
"Geoff Thorpe": "geoff@openssl.org",
"Holger Reif": "holger@openssl.org",
"Paul C. Sutton": "geoff@openssl.org",
"Eric A. Young": "eay@cryptsoft.com",
"Tim Hudson": "tjh@cryptsoft.com",
"Justin Plouffe": "plouffe.justin@gmail.com"
},
"platforms": {
"ios": "6.0",
"tvos": "9.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"
]
},
"tvos": {
"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-tvOS.a",
"lib/libssl-tvOS.a"
]
},
"libraries": [
"ssl",
"crypto"
],
"requires_arc": false
}