[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / e / 0 / a / DBChainKit / 2.0.1 / DBChainKit.podspec.json
blobb6ad3608ade810e6663df40d695488324cae0b40
2   "name": "DBChainKit",
3   "version": "2.0.1",
4   "summary": "DBChain 系列库,生成BIP39 助记词. 通过助记词生成私钥, 私钥生成公钥, 公钥得出链地址",
5   "description": "DBChain 系列库,生成BIP39 助记词. 通过助记词生成私钥, 私钥生成公钥, 公钥得出链地址",
6   "homepage": "https://github.com/dbchaincloud/dbchain-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/dbchain-ios-client.git",
19     "tag": "2.0.1"
20   },
21   "pod_target_xcconfig": {
22     "VALID_ARCHS": "arm64 armv7 armv7s x86_64"
23   },
24   "requires_arc": true,
25   "static_framework": true,
26   "module_name": "DBChainKit",
27   "frameworks": "Security",
28   "swift_versions": "5.0",
29   "subspecs": [
30     {
31       "name": "sm2",
32       "source_files": [
33         "DBChainKit/DBChainKit.swift",
34         "DBChainKit/main/*.{swift}",
35         "DBChainKit/sm2/*.{swift}"
36       ],
37       "dependencies": {
38         "Alamofire": [
40         ],
41         "HDWalletSDK": [
43         ],
44         "DBChainSm2": [
46         ]
47       }
48     },
49     {
50       "name": "secp256k1",
51       "source_files": [
52         "DBChainKit/DBChainKit.swift",
53         "DBChainKit/main/*.{swift}",
54         "DBChainKit/secp256k1/*.{swift}"
55       ],
56       "dependencies": {
57         "Alamofire": [
59         ],
60         "HDWalletSDK": [
62         ],
63         "Secp256k1Signing": [
65         ]
66       }
67     }
68   ],
69   "swift_version": "5.0"