[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / f / 5 / BlockChainKit / 1.3.0 / BlockChainKit.podspec.json
blob157ff2ccab36eb4b7fec3c023839268f7dfac19e
2   "name": "BlockChainKit",
3   "version": "1.3.0",
4   "summary": "💰A blockchain toolkit with Swift.",
5   "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 🌍.",
6   "homepage": "https://github.com/ArchieR7/BlockChainKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Archie": "https://twitter.com/ChangArchie"
13   },
14   "source": {
15     "git": "https://github.com/ArchieR7/BlockChainKit.git",
16     "tag": "1.3.0"
17   },
18   "social_media_url": "https://twitter.com/ChangArchie",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source_files": "BlockChainKit/Classes/**/*",
24   "dependencies": {
25     "CryptoSwift": [
26       "~> 1.0.0"
27     ],
28     "BigInt": [
29       "~> 4.0.0"
30     ],
31     "secp256k1Converter": [
32       "~> 0.1.0"
33     ],
34     "BitcoinKit": [
35       "~> 1.0.2"
36     ]
37   },
38   "swift_version": "5.0"