[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / 0 / 7 / ZKSync / 0.0.1 / ZKSync.podspec.json
blob1763b0598875201527e582cd255249ef98270f5e
2   "name": "ZKSync",
3   "version": "0.0.1",
4   "summary": "Swift SDK for zkSync",
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/zksync-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": "11.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/zksync-sdk/zksync-swift.git",
20     "tag": "0.0.1"
21   },
22   "dependencies": {
23     "BigInt": [
25     ],
26     "ZKSyncCrypto": [
27       "0.0.7"
28     ],
29     "Alamofire": [
30       "~> 5.0"
31     ],
32     "web3swift": [
34     ]
35   },
36   "source_files": [
37     "ZKSyncSDK/Classes/**/*",
38     "ZKSyncSDK/Headers/*.h"
39   ],
40   "swift_version": "5.0"