[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / b / 9 / SwiftBlade / 0.6.19 / SwiftBlade.podspec.json
blob5256b309f64debdbb6d1d6bc660ad522515a4511
2   "name": "SwiftBlade",
3   "version": "0.6.19",
4   "summary": "Swift Blade SDK for iOS Apps",
5   "description": "Swift Blade is Swift library that allows developers to interact with Hedera Hashgraph and Ethereum smart contracts from within a Swift based app such as iOS. It provides a set of methods such as creating accounts, checking balances, transferring tokens, calling smart contracts, and more",
6   "homepage": "https://github.com/Blade-Labs/swift-blade",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Blade Labs": "https://bladelabs.io"
13   },
14   "source": {
15     "git": "https://github.com/Blade-Labs/swift-blade.git",
16     "tag": "0.6.19"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": "5.10",
22   "source_files": "Sources/SwiftBlade/*.swift",
23   "resource_bundles": {
24     "SwiftBlade_SwiftBlade": [
25       "Sources/SwiftBlade/JS/*.*"
26     ]
27   },
28   "frameworks": "Foundation",
29   "dependencies": {
30     "BigInt": [
31       "~> 5.0.0"
32     ],
33     "FingerprintPro": [
34       "~> 2.4"
35     ]
36   },
37   "swift_version": "5.10"