blob: 3119b2635775349c4fab86a450ea5643fd80e417 [file] [log] [blame]
{
"name": "TezosSwift",
"version": "1.0",
"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": "1.0"
},
"source_files": "TezosSwift/**/*",
"exclude_files": "TezosSwift/*.plist",
"swift_version": "4.2",
"platforms": {
"ios": "10.0"
},
"dependencies": {
"BigInt": [
"~> 3.1"
],
"MnemonicKit": [
"~> 1.3.0"
],
"Sodium": [
"~> 0.7.0"
],
"Result": [
"~> 4.0.0"
]
}
}