[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / e / 0 / a / DBChainKit / 1.0.3 / DBChainKit.podspec.json
blob734bcfe1b32a39c7b83523861225a080bf482f9e
2   "name": "DBChainKit",
3   "version": "1.0.3",
4   "summary": "DBChain 系列库,生成BIP39 助记词. 通过助记词生成私钥, 私钥生成公钥, 公钥得出链地址",
5   "description": "DBChain 系列库,生成BIP39 助记词. 通过助记词生成私钥, 私钥生成公钥, 公钥得出链地址",
6   "homepage": "https://github.com/dbchaincloud/ios-client",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ann-iOS": "m18620345206@163.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/dbchaincloud/ios-client.git",
19     "tag": "1.0.3"
20   },
21   "pod_target_xcconfig": {
22     "VALID_ARCHS": "arm64 armv7 armv7s x86_64"
23   },
24   "source_files": [
25     "DBChainKit",
26     "DBChainKit/**/*.{swift}"
27   ],
28   "exclude_files": "DBChainKit/**/*.h",
29   "requires_arc": true,
30   "static_framework": true,
31   "module_name": "DBChainKit",
32   "frameworks": "Security",
33   "dependencies": {
34     "SawtoothSigning": [
36     ],
37     "Alamofire": [
39     ],
40     "HDWalletSDK": [
42     ]
43   },
44   "swift_versions": "5.0",
45   "swift_version": "5.0"