[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 0 / a / DBChainKit / 1.0.4 / DBChainKit.podspec.json
blob2490a562147ea1d67b938a18a90339ec38b0dc42
2   "name": "DBChainKit",
3   "version": "1.0.4",
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.4"
20   },
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
23   },
24   "user_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
26   },
27   "source_files": [
28     "DBChainKit",
29     "DBChainKit/**/*.{swift}"
30   ],
31   "exclude_files": "DBChainKit/**/*.h",
32   "requires_arc": true,
33   "static_framework": true,
34   "module_name": "DBChainKit",
35   "frameworks": "Security",
36   "dependencies": {
37     "SawtoothSigning": [
39     ],
40     "Alamofire": [
42     ],
43     "HDWalletSDK": [
45     ]
46   },
47   "swift_versions": "5.0",
48   "swift_version": "5.0"