blob: 677f430a32dbf5e1e167ae73ce4272763dea0962 [file] [log] [blame]
{
"name": "HSHDWalletKit",
"version": "1.0.0",
"summary": "HD Wallet library for Swift",
"description": "HD Wallet library that makes possible generating and validating mnemonic phrases. Also it can generates public / private keys for HD keychain.\n```",
"homepage": "https://github.com/horizontalsystems/hd-wallet-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/hd-wallet-kit-ios.git",
"tag": "v1.0.0"
},
"source_files": "HSHDWalletKit/**/*.{h,m,swift}",
"platforms": {
"ios": "11.0"
},
"swift_version": "4.1",
"pod_target_xcconfig": {
"SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"dependencies": {
"HSCryptoKit": [
]
}
}