[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 0 / 3 / 5 / ZkSync2 / 0.0.1 / ZkSync2.podspec.json
blob4c761edcb19ccd3b4063a6a747e0a73335d1086b
2   "name": "ZkSync2",
3   "version": "0.0.1",
4   "summary": "Swift SDK for ZkSync2",
5   "description": "zkSync is a scaling and privacy engine for Ethereum. Its current functionality scope includes low gas transfers of ETH and ERC20 tokens in the Ethereum network.",
6   "homepage": "https://github.com/zksync-sdk/zksync2-swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "The Matter Labs team": "hello@matterlabs.dev"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "swift_versions": "5.6",
18   "source": {
19     "git": "https://github.com/zksync-sdk/zksync2-swift.git",
20     "tag": "v0.0.1"
21   },
22   "dependencies": {
23     "Alamofire": [
24       "~> 5.0"
25     ],
26     "web3swift-zksync": [
27       "2.6.5-zksync"
28     ]
29   },
30   "source_files": "Sources/ZkSync2/**/*",
31   "swift_version": "5.6"