[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 8 / 2 / MagicSDK-Web3 / 1.0.0 / MagicSDK-Web3.podspec.json
blob5e93d93a7fac6bdde3dd4759d8727dd52272b71b
2   "name": "MagicSDK-Web3",
3   "version": "1.0.0",
4   "summary": "Web3 library for Swift. Sign transactions and interact with Smart Contracts in the Ethereum Network.",
5   "description": "Web3 library to sign transactions, interact with Smart Contracts, call\nSmart Contract methods and many things more, all through either a\nHTTP RPC interface provided by this library or a custom RPC interface\n(for example IPC,...).",
6   "homepage": "https://github.com/magicLabs/magic-web3-ios-pod",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Koray Koska": "koray@koska.at",
13     "Jerry Liu": "jerry@magic.link"
14   },
15   "source": {
16     "git": "https://github.com/magiclabs/magic-web3-ios-pod.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_versions": [
23     "5.1.3",
24     "5.1.2",
25     "5.0",
26     "5.1"
27   ],
28   "pod_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "vendored_frameworks": "MagicSDK-Web3/MagicSDK_Web3.framework",
32   "dependencies": {
33     "BigInt": [
34       "~> 5.0"
35     ],
36     "CryptoSwift": [
37       "1.3.8"
38     ],
39     "secp256k1.swift": [
40       "~> 0.1"
41     ]
42   },
43   "user_target_xcconfig": {
44     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
45   },
46   "swift_version": "5.1.3"