blob: 9b38ae244804814bba53cca56a1c76c1e4415d14 [file] [log] [blame]
{
"name": "OpenSslKit.swift",
"module_name": "OpenSslKit",
"version": "1.1",
"summary": "OpenSsl crypto library with base58 conversion for Swift",
"description": "OpenSslKit includes crypto functions that can be used in pure Swift. It supports openssl, base58, sha3 keccak256.",
"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.1"
},
"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",
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/OpenSslKit/Libraries/include\"",
"LIBRARY_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/OpenSslKit/Libraries/lib\""
},
"swift_version": "5"
}