blob: 7bd57815effbdafd2bcd89aea2ee21559556b892 [file] [log] [blame]
{
"name": "HDWallet",
"version": "0.0.1",
"summary": "Hierarchical Deterministic Wallet",
"description": "A pure and powerful Swift HDWallet library.\n```",
"homepage": "https://github.com/CryptoTouch/HDWallet",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Liu Pengpeng": "i@liupengpeng.com"
},
"social_media_url": "https://twitter.com/pengpengliu",
"requires_arc": true,
"source": {
"git": "https://github.com/CryptoTouch/HDWallet.git",
"tag": "v0.0.1"
},
"source_files": "HDWallet/**/*.{h,m,swift}",
"module_map": "HDWallet/HDWallet.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}/HDWallet/Libraries",
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/HDWallet/Libraries/openssl/include\" \"${PODS_ROOT}/HDWallet/Libraries/secp256k1/include\"",
"LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/HDWallet/Libraries/openssl/lib\" \"${PODS_ROOT}/HDWallet/Libraries/secp256k1/lib\""
},
"preserve_paths": [
"setup",
"Libraries"
],
"prepare_command": "sh setup/build_libraries.sh"
}