[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 0 / c / ProvWallet / 0.0.7 / ProvWallet.podspec.json
blob5d284e2b51291a6e9cb8b1225117738053bf4d30
2   "name": "ProvWallet",
3   "version": "0.0.7",
4   "summary": "Provenance Wallet and Client Library for Swift",
5   "swift_versions": "5.4",
6   "description": "provwallet-swift is a Swift framework to connect to the Provenance blockchain and create and utilize HD wallet (Hierarchical Deterministic Wallets) in apps using the Provenance blockchain.\n\nFeatures:\nProvenance compliant HD Wallet\nBIP44 coin type 505\nMnemonic recovery phrase in BIP39\nBIP32 import and export\nSign Provenance transactions\nConnect to the Provenance blockchain",
7   "homepage": "https://github.com/provenance-io/provwallet-swift",
8   "license": "Apache License, Version 2.0",
9   "authors": {
10     "Jason Davidson": "jason@cucreek.co"
11   },
12   "platforms": {
13     "ios": "13.0"
14   },
15   "source": {
16     "git": "https://github.com/provenance-io/provwallet-swift.git",
17     "tag": "v0.0.7"
18   },
19   "source_files": "provwallet-swift/**/*.{swift}",
20   "dependencies": {
21     "secp256k1.swift": [
22       "~> 0.1.4"
23     ],
24     "CryptoSwift": [
25       "~> 1.4.0"
26     ],
27     "SwiftProtobuf": [
28       "~> 1.18.0"
29     ],
30     "gRPC-Swift": [
31       "~> 1.4.0"
32     ],
33     "gRPC-Swift-Plugins": [
34       "~> 1.4.0"
35     ]
36   },
37   "pod_target_xcconfig": {
38     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
39   },
40   "user_target_xcconfig": {
41     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
42   },
43   "swift_version": "5.4"