[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / 5 / c / 8 / LiquidWalletKit / 0.8.2 / LiquidWalletKit.podspec.json
blob8d671b229cc39fc39c128d4e03d2954697f63569
2   "name": "LiquidWalletKit",
3   "version": "0.8.2",
4   "license": {
5     "type": "MIT OR BSD-2-Clause"
6   },
7   "summary": "Swift bindings to the Liquid Wallet Kit",
8   "homepage": "https://blockstream.com",
9   "authors": {
10     "Riccardo Casatta": "riccardo@casatta.it",
11     "Luca Vaccaro": "me@lvaccaro.com"
12   },
13   "documentation_url": "https://docs.rs/lwk_bindings",
14   "source": {
15     "git": "https://github.com/Blockstream/lwk-swift.git",
16     "tag": "0.8.2"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": [
22     "Sources/LiquidWalletKit/*.swift",
23     "Sources/LiquidWalletKit/**/*.swift"
24   ],
25   "static_framework": true,
26   "dependencies": {
27     "lwkFFI": [
28       "= 0.8.2"
29     ]
30   }