[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 4 / a / 5 / TezosSwift / 1.1 / TezosSwift.podspec.json
blob92f4218b02611b44d180cbcc49fb633f4a9ed182
2   "name": "TezosSwift",
3   "version": "1.1",
4   "summary": "TezosSwift provides a Swift based toolchain for interacting with the Tezos blockchain",
5   "description": "TezosSwift provides utilities for interacting with the Tezos Blockchain over an RPC API.",
6   "homepage": "https://github.com/AckeeCZ/TezosSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ackee": "info@ackee.cz"
13   },
14   "source": {
15     "git": "https://github.com/AckeeCZ/TezosSwift.git",
16     "tag": "1.1"
17   },
18   "swift_versions": "5.1",
19   "platforms": {
20     "ios": "13.0"
21   },
22   "dependencies": {
23     "BigInt": [
24       "~> 5.0.0"
25     ],
26     "MnemonicKit": [
28     ],
29     "Sodium": [
30       "~> 0.8.0"
31     ]
32   },
33   "default_subspecs": "Core",
34   "subspecs": [
35     {
36       "name": "Core",
37       "source_files": "TezosSwift/Core/**/*",
38       "exclude_files": "TezosSwift/Core/*.plist"
39     },
40     {
41       "name": "Combine",
42       "dependencies": {
43         "TezosSwift/Core": [
45         ]
46       },
47       "source_files": "TezosSwift/Combine/**/*",
48       "exclude_files": "TezosSwift/Combine/*.plist"
49     }
50   ],
51   "swift_version": "5.1"