blob: 325aa592e3db16dfbb56c7864b3602ac630e7b14 [file] [log] [blame]
{
"name": "BlockChainKit",
"version": "1.4.0",
"summary": "💰A blockchain toolkit with Swift.",
"description": "The BlockChainKit is a Swift library provides mnemonic generation and validation with 8 languages, and it implements `NSLinguisticTagger` to detect mnemonic language automatically that you do not need to set language 🌍.",
"homepage": "https://github.com/ArchieR7/BlockChainKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Archie": "https://twitter.com/ChangArchie"
},
"source": {
"git": "https://github.com/ArchieR7/BlockChainKit.git",
"tag": "1.4.0"
},
"social_media_url": "https://twitter.com/ChangArchie",
"swift_versions": "5.1",
"platforms": {
"ios": "11.0"
},
"source_files": "BlockChainKit/Classes/**/*",
"dependencies": {
"CryptoSwift": [
"~> 1.0.0"
],
"BigInt": [
"~> 4.0.0"
],
"secp256k1.swift": [
"~> 0.1.0"
]
},
"swift_version": "5.1"
}