[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / e / b / KIOpenSSL / 1.0.26 / KIOpenSSL.podspec.json
blobc80ed61d9a3dee862ecc0137109feb754604170a
2   "name": "KIOpenSSL",
3   "version": "1.0.26",
4   "summary": "OpenSSL for iOS",
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 iOS including Simulator (armv7,armv7s,arm64,i386,x86_64).",
6   "homepage": "https://github.com/smartwalle/KIOpenSSL",
7   "license": {
8     "type": "OpenSSL (OpenSSL/SSLeay)",
9     "file": "LICENSE.txt"
10   },
11   "source": {
12     "git": "https://github.com/smartwalle/KIOpenSSL.git",
13     "tag": "1.0.26"
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": "6.0",
35     "tvos": "9.0"
36   },
37   "ios": {
38     "source_files": "include/openssl/**/*.h",
39     "public_header_files": "include/openssl/**/*.h",
40     "header_dir": "openssl",
41     "preserve_paths": [
42       "lib/libcrypto.a",
43       "lib/libssl.a"
44     ],
45     "vendored_libraries": [
46       "lib/libcrypto.a",
47       "lib/libssl.a"
48     ]
49   },
50   "tvos": {
51     "source_files": "include/openssl/**/*.h",
52     "public_header_files": "include/openssl/**/*.h",
53     "header_dir": "openssl",
54     "preserve_paths": [
55       "lib/libcrypto.a",
56       "lib/libssl.a"
57     ],
58     "vendored_libraries": [
59       "lib/libcrypto-tvOS.a",
60       "lib/libssl-tvOS.a"
61     ]
62   },
63   "libraries": [
64     "ssl",
65     "crypto"
66   ],
67   "requires_arc": false