2 "name": "ZKSyncCrypto",
4 "summary": "Cryptographical primitives used in zkSync network.",
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-sdk-swift",
9 "The Matter Labs team": "hello@matterlabs.dev"
14 "swift_versions": "5.0",
16 "git": "https://github.com/zksync-sdk/zksync-sdk-swift.git",
19 "source_files": "ZKSyncSDK/ZKSyncSDK/**/*.{swift,h}",
20 "preserve_paths": "ZKSyncSDK/ZKSyncSDK/*.{modulemap}",
21 "vendored_libraries": "ZKSyncSDK/ZKSyncSDK/libzks/*.{a}",
22 "pod_target_xcconfig": {
23 "VALID_ARCHS": "arm64 arm64e armv7 armv7s x86_64"
25 "swift_version": "5.0"