blob: d793216abd0fd4160e6d169ded907c8ab463a4d0 [file] [log] [blame]
{
"name": "HSCryptoKit",
"version": "1.0.1",
"summary": "Crypto library for Swift",
"description": "HSCryptoKit includes crypto functions that can be used in pure Swift. It supports openssl, secp256k1, base58.\n```",
"homepage": "https://github.com/horizontalsystems/crypto-kit-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Horizontal Systems": "hello@horizontalsystems.io"
},
"social_media_url": "http://horizontalsystems.io/",
"requires_arc": true,
"source": {
"git": "https://github.com/horizontalsystems/crypto-kit-ios.git",
"tag": "v1.0.1"
},
"source_files": "HSCryptoKit/**/*.{h,m,swift}",
"module_map": "HSCryptoKit/HSCryptoKit.modulemap",
"platforms": {
"ios": "11.0"
},
"swift_version": "4.1",
"pod_target_xcconfig": {
"SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
"APPLICATION_EXTENSION_API_ONLY": "YES",
"SWIFT_INCLUDE_PATHS": "${PODS_ROOT}/HSCryptoKit/Libraries",
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/HSCryptoKit/Libraries/openssl/include\" \"${PODS_ROOT}/HSCryptoKit/Libraries/secp256k1/include\"",
"LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/HSCryptoKit/Libraries/openssl/lib\" \"${PODS_ROOT}/HSCryptoKit/Libraries/secp256k1/lib\""
},
"preserve_paths": [
"Setup",
"Libraries"
]
}