blob: 57a38d80de8b3be733a1691cccaa6370e920b77b [file] [log] [blame]
{
"name": "OpenSslKit.swift",
"module_name": "OpenSslKit",
"version": "1.2",
"summary": "OpenSsl crypto library with base58 conversion for Swift and Scrypt hash for litecoin",
"description": "OpenSslKit includes crypto functions that can be used in pure Swift. It supports openssl, base58, sha3 keccak256, trezor realization Scrypt.",
"homepage": "https://github.com/horizontalsystems/open-ssl-kit-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Horizontal Systems": "hsdao@protonmail.ch"
},
"source": {
"git": "https://github.com/horizontalsystems/open-ssl-kit-ios.git",
"tag": "1.2"
},
"social_media_url": "http://horizontalsystems.io/",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5",
"source_files": "OpenSslKit/Classes/**/*",
"preserve_paths": [
"OpenSslKit/Libraries"
],
"vendored_libraries": [
"OpenSslKit/Libraries/lib/libcrypto.a",
"OpenSslKit/Libraries/lib/libScrypt.a"
],
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/OpenSslKit/Libraries/include\"",
"LIBRARY_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/OpenSslKit/Libraries/lib\""
},
"swift_version": "5"
}