[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 7 / 0 / OpenSSL-TFG / 1.1.1q / OpenSSL-TFG.podspec.json
blob35b5675c2bc30353bdf32ed3a8caeab31c3a9aee
2   "name": "OpenSSL-TFG",
3   "version": "1.1.1q",
4   "summary": "OpenSSL for iOS and OS X",
5   "description": "OpenSSL is an SSL/TLS and Crypto toolkit. Supports iOS including Simulator (armv7,armv7s,arm64,i386,x86_64).",
6   "homepage": "https://github.com/tfgco/OpenSSL.git",
7   "license": {
8     "type": "OpenSSL (OpenSSL/SSLeay)",
9     "file": "LICENSE"
10   },
11   "source": {
12     "git": "https://github.com/tfgco/OpenSSL.git",
13     "tag": "1.1.1q"
14   },
15   "authors": {
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"
32   },
33   "platforms": {
34     "ios": "11.0"
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   "pod_target_xcconfig": {
50     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
51   },
52   "user_target_xcconfig": {
53     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
54   },
55   "libraries": [
56     "ssl",
57     "crypto"
58   ],
59   "requires_arc": false