2 "name": "OpenSSL-Universal",
4 "summary": "OpenSSL for iOS and OS X",
5 "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 OSX and iOS including Simulator (armv7,armv7s,arm64,i386,x86_64).",
6 "homepage": "http://www.openssl.org/",
8 "type": "OpenSSL (OpenSSL/SSLeay)",
12 "git": "https://github.com/krzak/OpenSSL.git",
16 "Mark J. Cox": "mark@openssl.org",
17 "Ralf S. Engelschall": "rse@openssl.org",
18 "Dr. Stephen Henson": "steve@openssl.org",
19 "Ben Laurie": "ben@openssl.org",
20 "Lutz Jänicke": "jaenicke@openssl.org",
21 "Nils Larsch": "nils@openssl.org",
22 "Richard Levitte": "nils@openssl.org",
23 "Bodo Möller": "bodo@openssl.org",
24 "Ulf Möller": "ulf@openssl.org",
25 "Andy Polyakov": "appro@openssl.org",
26 "Geoff Thorpe": "geoff@openssl.org",
27 "Holger Reif": "holger@openssl.org",
28 "Paul C. Sutton": "geoff@openssl.org",
29 "Eric A. Young": "eay@cryptsoft.com",
30 "Tim Hudson": "tjh@cryptsoft.com",
31 "Justin Plouffe": "plouffe.justin@gmail.com"
38 "source_files": "include-ios/openssl/**/*.h",
39 "public_header_files": "include-ios/openssl/**/*.h",
40 "header_dir": "openssl",
42 "lib-ios/libcrypto.a",
45 "vendored_libraries": [
46 "lib-ios/libcrypto.a",
51 "source_files": "include-osx/openssl/**/*.h",
52 "public_header_files": "include-osx/openssl/**/*.h",
53 "header_dir": "openssl",
55 "lib-osx/libcrypto.a",
58 "vendored_libraries": [
59 "lib-osx/libcrypto.a",