[Add] HyperTrident 2.2.2.3
[CocoaPods.git] / Specs / e / 1 / 4 / Web3Sw1ft / 0.0.1 / Web3Sw1ft.podspec.json
blobe2d9fbfc39492bc8aecdb582ed2876532ae54414
2   "name": "Web3Sw1ft",
3   "version": "0.0.1",
4   "summary": "Web3 library in Swift",
5   "description": "Ethereum client library written in pure Swift.",
6   "homepage": "https://web3swift.io",
7   "license": {
8     "type": "Apache License 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Timofey Solonin": "abdulowork@gmail.com",
13     "Vadim Koleoshkin": "vadim@zerion.io"
14   },
15   "source": {
16     "git": "https://github.com/BlockStoreApp/Web3Swift.git",
17     "tag": "0.0.1"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Web3Swift/**/*",
23   "dependencies": {
24     "SwiftyJSON": [
25       "= 4.1.0"
26     ],
27     "secp256k1_ios": [
28       "= 0.1.1"
29     ],
30     "CryptoSwift": [
31       "= 0.9.0"
32     ],
33     "BigInt.swift": [
34       "= 1.0.0"
35     ]
36   }