blob: f12f869494efc81f5ef408e44b807c02bc83ed9b [file] [log] [blame]
{
"name": "TezosKit",
"version": "1.1.0",
"summary": "TezosKit provides a Swift based toolchain for interacting with the Tezos blockchain",
"description": "TezosKit provides utilities for interacting with the Tezos Blockchain over an RPC API.",
"homepage": "https://github.com/keefertaylor/TezosKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Keefer Taylor": "keefer@keefertaylor.com"
},
"source": {
"git": "https://github.com/keefertaylor/TezosKit.git",
"tag": "1.1.0"
},
"source_files": [
"Sources/**/*.swift",
"Base58String/*.swift"
],
"exclude_files": "Sources/App/*.swift",
"swift_version": "4.2",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"dependencies": {
"BigInt": [
"~> 3.1"
],
"MnemonicKit": [
],
"Sodium": [
"~> 0.7.0"
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "TezosKitTests/*.swift"
}
]
}