[Add] nashidVerifySDK 1.0.16
[CocoaPods.git] / Specs / 8 / d / 7 / pocket-web3swift / 2.1.4 / pocket-web3swift.podspec.json
blob8153ef57d37f9f76742478f1cf2b19d1baee7d21
2   "name": "pocket-web3swift",
3   "version": "2.1.4",
4   "summary": "Same web3swift pod version with minor changes for Pocket",
5   "description": "Web3 implementation in vanilla Swift, intended for mobile developers of wallets, Dapps and Web3.0.",
6   "homepage": "https://github.com/pokt-network/web3swift",
7   "license": "Apache License 2.0",
8   "authors": {
9     "Pabel Nunez": "pabel@pokt.network"
10   },
11   "source": {
12     "git": "https://github.com/pokt-network/web3swift.git",
13     "branch": "swift-5"
14   },
15   "swift_versions": "5.0",
16   "module_name": "Web3swift",
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.11"
20   },
21   "source_files": [
22     "web3swift/{Promises,Web3,Contract,KeystoreManager,Transaction,Convenience,HookedFunctions}/Classes/*.{h,swift}",
23     "web3swift/Utils/Classes/{EIP67Code, EIP681, ENS, ENSResolver, NonceMiddleware}.swift",
24     "web3swift/PrecompiledContracts/**/*.swift",
25     "web3swift/web3swift.h"
26   ],
27   "public_header_files": "web3swift/web3swift.h",
28   "pod_target_xcconfig": {
29     "DEFINES_MODULE": "YES"
30   },
31   "frameworks": "CoreImage",
32   "dependencies": {
33     "BigInt": [
34       "3.1"
35     ],
36     "CryptoSwift": [
37       "0.15.0"
38     ],
39     "PromiseKit": [
40       "6.4.1"
41     ],
42     "secp256k1_swift": [
43       "1.0.3"
44     ],
45     "SwiftRLP": [
46       "1.1"
47     ],
48     "EthereumAddress": [
49       "1.0.0"
50     ],
51     "EthereumABI": [
52       "1.1.1"
53     ],
54     "Starscream": [
55       "3.1.0"
56     ]
57   }