[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 8 / 2 / MagicSDK-Web3 / 1.0.1 / MagicSDK-Web3.podspec.json
blob0767f9c6d2389c86c2c784c8f304039d57fab549
2   "name": "MagicSDK-Web3",
3   "version": "1.0.1",
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.1"
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   "default_subspecs": [
29     "Core",
30     "HTTPExtension"
31   ],
32   "pod_target_xcconfig": {
33     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
34   },
35   "user_target_xcconfig": {
36     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
37   },
38   "subspecs": [
39     {
40       "name": "Core",
41       "source_files": "MagicSDK-Web3/Classes/Core/**/*",
42       "dependencies": {
43         "BigInt": [
44           "~> 5.0"
45         ],
46         "CryptoSwift": [
47           "1.3.8"
48         ],
49         "secp256k1.swift": [
50           "~> 0.1"
51         ]
52       }
53     },
54     {
55       "name": "HTTPExtension",
56       "source_files": "MagicSDK-Web3/Classes/FoundationHTTP/**/*",
57       "dependencies": {
58         "MagicSDK-Web3/Core": [
60         ]
61       }
62     },
63     {
64       "name": "PromiseKit",
65       "source_files": "MagicSDK-Web3/Classes/PromiseKit/**/*",
66       "dependencies": {
67         "MagicSDK-Web3/Core": [
69         ],
70         "PromiseKit/CorePromise": [
71           "~> 6.0"
72         ]
73       }
74     },
75     {
76       "name": "ContractABI",
77       "source_files": "MagicSDK-Web3/Classes/ContractABI/**/*",
78       "dependencies": {
79         "MagicSDK-Web3/Core": [
81         ]
82       }
83     }
84   ],
85   "swift_version": "5.1.3"