[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 3 / 8 / Web3Swift.io / 0.0.4 / Web3Swift.io.podspec.json
blobf3b80a7777098571a50f7d527b168fc487d337c0
2   "name": "Web3Swift.io",
3   "version": "0.0.4",
4   "summary": "Web3 library for Swift. Construct and sign transactions, interact with smart contracts.",
5   "description": "Ethereum client library written in pure Swift.\nSign transactions and messages, interact with smart contracts,\nencode and decode ABI messages.",
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@koleoshkin.com"
14   },
15   "source": {
16     "git": "https://github.com/zeriontech/Web3Swift.git",
17     "tag": "0.0.4"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "module_name": "Web3Swift",
23   "source_files": "Web3Swift/**/*",
24   "dependencies": {
25     "SwiftyJSON": [
26       "~> 4.3"
27     ],
28     "secp256k1.swift": [
29       "~> 0.1"
30     ],
31     "CryptoSwift": [
32       "~> 1.0"
33     ],
34     "BigInt": [
35       "~> 5.0"
36     ]
37   }