[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 5 / 2 / KKOpenSSL / 0.0.2 / KKOpenSSL.podspec.json
blob6f850e8f0ee1f9ddfc2d895b52228fcee17941a4
2   "name": "KKOpenSSL",
3   "version": "0.0.2",
4   "summary": "KKOpenSSL Libraries and CocoaPod with BitCode for iOS,depend on OpenSSL",
5   "description": "KKOpenSSL 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, arm64, i386, x86_64).",
6   "homepage": "https://github.com/CheckNill/KKOpenSSL",
7   "license": {
8     "type": "KKOpenSSL",
9     "file": "LICENSE"
10   },
11   "source": {
12     "git": "https://github.com/CheckNill/KKOpenSSL.git",
13     "branch": "master",
14     "tag": "0.0.2"
15   },
16   "authors": {
17     "Mark J. Cox": "mark@openssl.org",
18     "Ralf S. Engelschall": "rse@openssl.org",
19     "Dr. Stephen Henson": "steve@openssl.org",
20     "Ben Laurie": "ben@openssl.org",
21     "Lutz Jänicke": "jaenicke@openssl.org",
22     "Nils Larsch": "nils@openssl.org",
23     "Richard Levitte": "nils@openssl.org",
24     "Bodo Möller": "bodo@openssl.org",
25     "Ulf Möller": "ulf@openssl.org",
26     "Andy Polyakov": "appro@openssl.org",
27     "Geoff Thorpe": "geoff@openssl.org",
28     "Holger Reif": "holger@openssl.org",
29     "Paul C. Sutton": "geoff@openssl.org",
30     "Eric A. Young": "eay@cryptsoft.com",
31     "Tim Hudson": "tjh@cryptsoft.com",
32     "Justin Plouffe": "plouffe.justin@gmail.com"
33   },
34   "platforms": {
35     "ios": "8.0"
36   },
37   "ios": {
38     "source_files": "KKOpenSSL/include-ios/openssl/**/*.h",
39     "public_header_files": "KKOpenSSL/include-ios/openssl/**/*.h",
40     "header_dir": "KKOpenSSL/openssl",
41     "preserve_paths": [
42       "KKOpenSSL/lib-ios/libcrypto.a",
43       "KKOpenSSL/lib-ios/libssl.a"
44     ],
45     "vendored_libraries": [
46       "KKOpenSSL/lib-ios/libcrypto.a",
47       "KKOpenSSL/lib-ios/libssl.a"
48     ]
49   },
50   "libraries": [
51     "ssl",
52     "crypto"
53   ]