2 "name": "OpenSslKit.swift",
3 "module_name": "OpenSslKit",
5 "summary": "OpenSsl crypto library with base58 conversion for Swift and Scrypt hash for litecoin",
6 "description": "OpenSslKit includes crypto functions that can be used in pure Swift. It supports openssl, base58, sha3 keccak256, trezor realization Scrypt.",
7 "homepage": "https://github.com/horizontalsystems/open-ssl-kit-ios",
13 "Horizontal Systems": "hsdao@protonmail.ch"
16 "git": "https://github.com/horizontalsystems/open-ssl-kit-ios.git",
19 "social_media_url": "http://horizontalsystems.io/",
23 "swift_versions": "5",
24 "source_files": "OpenSslKit/Classes/**/*",
26 "OpenSslKit/Libraries"
28 "vendored_libraries": [
29 "OpenSslKit/Libraries/lib/libcrypto.a",
30 "OpenSslKit/Libraries/lib/libScrypt.a"
32 "pod_target_xcconfig": {
33 "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/OpenSslKit/Libraries/include\"",
34 "LIBRARY_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/OpenSslKit/Libraries/lib\""