blob: 3214dc2f87224b182f39e5df2097e4f5a65f1a53 [file] [log] [blame]
{
"name": "TezosKit",
"version": "3.0.1",
"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": "3.0.1"
},
"source_files": "TezosKit/**/*.swift",
"swift_versions": "4.2",
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"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.11"
},
"dependencies": {
"BigInt": [
],
"MnemonicKit": [
],
"TezosCrypto": [
],
"Sodium": [
"~> 0.8.0"
]
}
},
{
"name": "TezosKitPromises",
"source_files": "Extensions/PromiseKit/*.swift",
"frameworks": "Foundation",
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"dependencies": {
"TezosKit/TezosKitCore": [
],
"PromiseKit": [
],
"Sodium": [
"~> 0.8.0"
]
}
}
]
}