blob: c577c4c9b7916f3f0c98792189fc338b112287bb [file] [log] [blame]
{
"name": "TezosKit",
"version": "2.0.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": "2.0.0"
},
"source_files": "TezosKit/**/*.swift",
"swift_version": "4.2",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"default_subspecs": [
"TezosKitCore",
"TezosKitPromises"
],
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": [
"Tests/*.swift",
"Tests/TezosKit/*.swift",
"Tests/Extensions/PromiseKit/*.swift"
]
}
],
"subspecs": [
{
"name": "TezosKitCore",
"source_files": "TezosKit/**/*.swift",
"frameworks": "Foundation",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"dependencies": {
"BigInt": [
"~> 3.1"
],
"MnemonicKit": [
],
"TezosCrypto": [
],
"Sodium": [
"~> 0.7.0"
]
}
},
{
"name": "TezosKitPromises",
"source_files": "Extensions/PromiseKit/*.swift",
"frameworks": "Foundation",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"dependencies": {
"TezosKit/TezosKitCore": [
],
"PromiseKit": [
]
}
}
]
}