[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / 5 / OpenSSL-gabriel / 1.0.1.j-2 / OpenSSL-gabriel.podspec.json
blob026edc9a47983b3afd3ebbbb03cf2af2b876772a
2   "name": "OpenSSL-gabriel",
3   "version": "1.0.1.j-2",
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-2"
13   },
14   "authors": {
15     "Mark J. Cox": "mark@openssl.org",
16     "Ralf S. Engelschall": "rse@openssl.org",
17     "Dr. Stephen Henson": "steve@openssl.org",
18     "Ben Laurie": "ben@openssl.org",
19     "Lutz Jänicke": "jaenicke@openssl.org",
20     "Nils Larsch": "nils@openssl.org",
21     "Richard Levitte": "nils@openssl.org",
22     "Bodo Möller": "bodo@openssl.org",
23     "Ulf Möller": "ulf@openssl.org",
24     "Andy Polyakov": "appro@openssl.org",
25     "Geoff Thorpe": "geoff@openssl.org",
26     "Holger Reif": "holger@openssl.org",
27     "Paul C. Sutton": "geoff@openssl.org",
28     "Eric A. Young": "eay@cryptsoft.com",
29     "Tim Hudson": "tjh@cryptsoft.com",
30     "Justin Plouffe": "plouffe.justin@gmail.com"
31   },
32   "platforms": {
33     "ios": "8.0",
34     "osx": "10.8"
35   },
36   "ios": {
37     "source_files": "include/openssl/**/*.h",
38     "public_header_files": "include/openssl/**/*.h",
39     "header_dir": "openssl",
40     "preserve_paths": [
41       "lib/libcrypto.a",
42       "lib/libssl.a"
43     ],
44     "vendored_libraries": [
45       "lib/libcrypto.a",
46       "lib/libssl.a"
47     ]
48   },
49   "osx": {
50     "source_files": "include/openssl/**/*.h",
51     "public_header_files": "include/openssl/**/*.h",
52     "header_dir": "openssl",
53     "preserve_paths": [
54       "lib/libcrypto.a",
55       "lib/libssl.a"
56     ],
57     "vendored_libraries": [
58       "lib/libcrypto.a",
59       "lib/libssl.a"
60     ]
61   },
62   "libraries": [
63     "ssl",
64     "crypto"
65   ]