[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / e / 5 / web3.swift.pod / 2.2.1 / web3.swift.pod.podspec.json
blob9f2d0f47cb63c7135b7bfed8bf2e4b63334b5ef4
2   "name": "web3.swift.pod",
3   "version": "2.2.1",
4   "platforms": {
5     "ios": "9.0",
6     "osx": "10.11"
7   },
8   "license": {
9     "type": "Apache License 2.0",
10     "file": "LICENSE.md"
11   },
12   "summary": "Web3 implementation in vanilla Swift for iOS, macOS, and Linux",
13   "homepage": "https://github.com/matter-labs/web3swift",
14   "authors": {
15     "Alex Vlasov": "alex.m.vlasov@gmail.com",
16     "Anton Grigorev": "antongrigorjev2010@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/matter-labs/web3swift.git",
20     "tag": "2.2.1"
21   },
22   "source_files": [
23     "Sources/web3swift/{Contract,Convenience,EthereumABI,EthereumAddress,HookedFunctions,KeystoreManager,Promises,SwiftRLP,Transaction,Web3}/*.swift",
24     "Sources/web3swift/{Tokens,Utils}/**/*.swift"
25   ],
26   "swift_versions": "5.0",
27   "module_name": "web3swift",
28   "frameworks": "CoreImage",
29   "dependencies": {
30     "PromiseKit": [
31       "~> 6.8.4"
32     ],
33     "BigInt": [
34       "~> 4.0"
35     ],
36     "Starscream": [
37       "~> 3.1.0"
38     ],
39     "CryptoSwift": [
40       "~> 1.0.0"
41     ],
42     "secp256k1.c": [
43       "~> 0.1"
44     ]
45   },
46   "swift_version": "5.0"