[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 8 / b / 5 / OpenSSL-gabriel / 1.0.1.j / OpenSSL-gabriel.podspec.json
blob20f954a252321a0f14a0ef64d657f3882be4416d
2   "name": "OpenSSL-gabriel",
3   "version": "1.0.1.j",
4   "summary": "OpenSSL",
5   "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.",
6   "homepage": "https://www.openssl.org/",
7   "license": {
8     "type": "MIT"
9   },
10   "source": {
11     "git": "https://github.com/gabriel/OpenSSL-gabriel.git",
12     "tag": "1.0.1.j"
13   },
14   "authors": {
15     "Gabriel Handford": "gabrielh@gmail.com"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "ios": {
21     "source_files": "include/openssl/**/*.h",
22     "public_header_files": "include/openssl/**/*.h",
23     "header_dir": "openssl",
24     "preserve_paths": [
25       "lib/libcrypto.a",
26       "lib/libssl.a"
27     ],
28     "vendored_libraries": [
29       "lib/libcrypto.a",
30       "lib/libssl.a"
31     ]
32   },
33   "libraries": [
34     "ssl",
35     "crypto"
36   ]