[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 8 / 2 / MagicSDK-Web3 / 1.0.2 / MagicSDK-Web3.podspec.json
blob144652051b2d02be44d0075f8a0669d2dbe0e9df
2   "name": "MagicSDK-Web3",
3   "version": "1.0.2",
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.2"
18   },
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.12"
22   },
23   "swift_versions": "5.4",
24   "default_subspecs": [
25     "Core",
26     "HTTPExtension"
27   ],
28   "pod_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "user_target_xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
33   },
34   "subspecs": [
35     {
36       "name": "Core",
37       "source_files": "MagicSDK-Web3/Classes/Core/**/*",
38       "dependencies": {
39         "BigInt": [
40           "~> 5.0"
41         ],
42         "CryptoSwift": [
43           "1.3.8"
44         ],
45         "secp256k1.swift": [
46           "~> 0.1"
47         ]
48       }
49     },
50     {
51       "name": "HTTPExtension",
52       "source_files": "MagicSDK-Web3/Classes/FoundationHTTP/**/*",
53       "dependencies": {
54         "MagicSDK-Web3/Core": [
56         ]
57       }
58     },
59     {
60       "name": "PromiseKit",
61       "source_files": "MagicSDK-Web3/Classes/PromiseKit/**/*",
62       "dependencies": {
63         "MagicSDK-Web3/Core": [
65         ],
66         "PromiseKit/CorePromise": [
67           "~> 6.0"
68         ]
69       }
70     },
71     {
72       "name": "ContractABI",
73       "source_files": "MagicSDK-Web3/Classes/ContractABI/**/*",
74       "dependencies": {
75         "MagicSDK-Web3/Core": [
77         ]
78       }
79     }
80   ],
81   "swift_version": "5.4"