[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 9 / 8 / 2 / MagicSDK-Web3 / 0.4.4 / MagicSDK-Web3.podspec.json
blob73ac50d01310c8028f04057a128df50331c3c89c
2   "name": "MagicSDK-Web3",
3   "version": "0.4.4",
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/Boilertalk/Web3.swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Koray Koska": "koray@koska.at"
13   },
14   "source": {
15     "git": "https://github.com/Ethella/Web3.swift.git",
16     "tag": "0.4.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": [
22     "5.1.3",
23     "5.1.2",
24     "5.0",
25     "5.1"
26   ],
27   "pod_target_xcconfig": {
28     "OTHER_SWIFT_FLAGS": "-DWeb3CocoaPods"
29   },
30   "default_subspecs": [
31     "Core",
32     "HTTPExtension"
33   ],
34   "subspecs": [
35     {
36       "name": "Core",
37       "source_files": "MagicSDK-Web3/Classes/Core/**/*",
38       "dependencies": {
39         "BigInt": [
40           "~> 4.0"
41         ],
42         "CryptoSwift": [
43           "1.3.1"
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.1.3"