[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 3 / 6 / 4 / OpenSSL-AIS / 1.0.0 / OpenSSL-AIS.podspec.json
blob30b3fbffbf81700f9b9d222b243192fa740b736d
2   "name": "OpenSSL-AIS",
3   "version": "1.0.0",
4   "summary": "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.",
5   "authors": "OpenSSL-AIS Project <rocklobster.ldk@alibaba-inc.com>",
6   "homepage": "http://www.openssl.org/",
7   "license": "BSD-style Open Source",
8   "source": {
9     "git": "git@gitlab.alibaba-inc.com:ais-flutter/OpenSSL.git",
10     "tag": "1.0.0"
11   },
12   "requires_arc": false,
13   "source_files": "opensslIncludes/**/*.h",
14   "preserve_paths": [
15     "opensslIncludes",
16     "opensslIncludes/openssl",
17     "lib"
18   ],
19   "libraries": [
20     "crypto",
21     "ssl"
22   ],
23   "vendored_libraries": [
24     "lib/libcrypto.a",
25     "lib/libssl.a"
26   ],
27   "platforms": {
28     "osx": null,
29     "ios": null,
30     "tvos": null,
31     "watchos": null
32   }