blob: 6341a4d4e8f9f9f1c69a58a8f749cb8a83a30891 [file] [log] [blame]
{
"name": "TezosSwift",
"version": "0.1",
"summary": "TezosSwift provides a Swift based toolchain for interacting with the Tezos blockchain",
"description": "TezosSwift provides utilities for interacting with the Tezos Blockchain over an RPC API.",
"homepage": "https://github.com/AckeeCZ/TezosSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ackee": "info@ackee.cz"
},
"source": {
"git": "https://github.com/AckeeCZ/TezosSwift.git",
"tag": "0.1"
},
"source_files": "TezosSwift/**/*",
"swift_version": "4.2",
"platforms": {
"ios": "10.0",
"osx": "10.12"
},
"dependencies": {
"BigInt": [
"~> 3.1"
],
"MnemonicKit": [
"~> 1.2.0"
],
"Sodium": [
"~> 0.7.0"
],
"Result": [
"~> 4.0.0"
]
}
}