blob: b69220336b7eb1f5614117ed1078d9964435909e [file] [log] [blame]
{
"name": "BlockObserver",
"version": "0.2.2",
"summary": "Blockchain observer",
"description": "Observe new transactions on different blockchains",
"homepage": "https://github.com/impul/BlockObserver.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"impul": "pavlo.bojkoo@gmail.com"
},
"swift_versions": "5",
"static_framework": true,
"platforms": {
"ios": "11.0",
"osx": "10.12"
},
"source": {
"git": "https://github.com/impul/BlockObserver.git",
"tag": "0.2.2"
},
"module_name": "BlockObserver",
"source_files": "Sources/**/*.swift"
}