[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 0 / 2 / a / Web3 / 0.1.0 / Web3.podspec.json
blob613637607aeaa30f7a9bd8b8e7c6a21732c67fe1
2   "name": "Web3",
3   "version": "0.1.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/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/Boilertalk/Web3.swift.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "pod_target_xcconfig": {
25     "OTHER_SWIFT_FLAGS": "-DWeb3CocoaPods"
26   },
27   "default_subspecs": [
28     "Core",
29     "HTTPExtension"
30   ],
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "Web3/Classes/Core/**/*",
35       "dependencies": {
36         "BigInt.swift": [
37           "~> 1.0"
38         ],
39         "CryptoSwift": [
40           "~> 0.8"
41         ],
42         "secp256k1.swift": [
43           "~> 0.1"
44         ]
45       }
46     },
47     {
48       "name": "HTTPExtension",
49       "source_files": "Web3/Classes/FoundationHTTP/**/*",
50       "dependencies": {
51         "Web3/Core": [
53         ]
54       }
55     },
56     {
57       "name": "PromiseKit",
58       "source_files": "Web3/Classes/PromiseKit/**/*",
59       "dependencies": {
60         "Web3/Core": [
62         ],
63         "PromiseKit/CorePromise": [
64           "~> 6.0"
65         ]
66       }
67     }
68   ]