blob: 398a82ee270b930964ba8eb896f74a802142dd67 [file] [log] [blame]
{
"name": "Secp256k1Kit.swift",
"module_name": "Secp256k1Kit",
"version": "1.0",
"summary": "Crypto secp256k1 library for Swift",
"description": "CryptoSecp256k1 includes crypto functions for signing transactions Swift. It supports secp256k1.",
"homepage": "https://github.com/horizontalsystems/secp256k1-kit-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Horizontal Systems": "hsdao@protonmail.ch"
},
"source": {
"git": "https://github.com/horizontalsystems/secp256k1-kit-ios.git",
"tag": "1.0"
},
"social_media_url": "http://horizontalsystems.io/",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5",
"source_files": [
"Secp256k1Kit/Classes/**/*",
"Secp256k1Kit/Libraries/include/*.h"
],
"preserve_paths": [
"Secp256k1Kit/Libraries"
],
"vendored_libraries": "Secp256k1Kit/Libraries/lib/libsecp256k1.a",
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/Secp256k1Kit/Libraries/include\"",
"LIBRARY_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/Secp256k1Kit/Libraries/lib\""
},
"swift_version": "5"
}