[Add] AWSTranscribeStreaming 2.38.0
[CocoaPods.git] / Specs / 1 / 8 / 0 / OpenSslKit.swift / 1.1 / OpenSslKit.swift.podspec.json
blob9b38ae244804814bba53cca56a1c76c1e4415d14
2   "name": "OpenSslKit.swift",
3   "module_name": "OpenSslKit",
4   "version": "1.1",
5   "summary": "OpenSsl crypto library with base58 conversion for Swift",
6   "description": "OpenSslKit includes crypto functions that can be used in pure Swift. It supports openssl, base58, sha3 keccak256.",
7   "homepage": "https://github.com/horizontalsystems/open-ssl-kit-ios",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Horizontal Systems": "hsdao@protonmail.ch"
14   },
15   "source": {
16     "git": "https://github.com/horizontalsystems/open-ssl-kit-ios.git",
17     "tag": "1.1"
18   },
19   "social_media_url": "http://horizontalsystems.io/",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "swift_versions": "5",
24   "source_files": "OpenSslKit/Classes/**/*",
25   "preserve_paths": [
26     "OpenSslKit/Libraries"
27   ],
28   "vendored_libraries": "OpenSslKit/Libraries/lib/libcrypto.a",
29   "pod_target_xcconfig": {
30     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/OpenSslKit/Libraries/include\"",
31     "LIBRARY_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/OpenSslKit/Libraries/lib\""
32   },
33   "swift_version": "5"