blob: 984ad61bc00231d52646a12fbe43622a4d04114a [file] [log] [blame]
{
"name": "libssh2",
"version": "1.4.3",
"summary": "libssh2 is a client-side C library implementing the SSH2 protocol",
"authors": "libssh2 dev team <libssh2-devel@cool.haxx.se>",
"homepage": "http://www.libssh2.org/",
"license": "BSD-style Open Source",
"source": {
"git": "https://github.com/endSly/libssh2-pod.git",
"tag": "1.4.3"
},
"requires_arc": false,
"source_files": "include/**/*.h",
"preserve_paths": [
"include",
"include/libssh2",
"lib"
],
"libraries": [
"ssh2",
"z"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/libssh2/lib\""
},
"dependencies": {
"OpenSSL": [
]
}
}