[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / c / e / libssh2 / 1.4.3 / libssh2.podspec.json
blob984ad61bc00231d52646a12fbe43622a4d04114a
2   "name": "libssh2",
3   "version": "1.4.3",
4   "summary": "libssh2 is a client-side C library implementing the SSH2 protocol",
5   "authors": "libssh2 dev team <libssh2-devel@cool.haxx.se>",
6   "homepage": "http://www.libssh2.org/",
7   "license": "BSD-style Open Source",
8   "source": {
9     "git": "https://github.com/endSly/libssh2-pod.git",
10     "tag": "1.4.3"
11   },
12   "requires_arc": false,
13   "source_files": "include/**/*.h",
14   "preserve_paths": [
15     "include",
16     "include/libssh2",
17     "lib"
18   ],
19   "libraries": [
20     "ssh2",
21     "z"
22   ],
23   "xcconfig": {
24     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/libssh2/lib\""
25   },
26   "dependencies": {
27     "OpenSSL": [
29     ]
30   }