blob: 79ce155ec5c7ad2e436aac08a3b4b54d0eaa3479 [file] [log] [blame]
{
"name": "FearlessUtils",
"version": "0.1.0",
"summary": "Utility library that implements clients specific logic to interact with substrate based networks",
"homepage": "https://github.com/soramitsu/fearless-utils-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ERussel": "rezin@soramitsu.co.jp"
},
"source": {
"git": "https://github.com/soramitsu/fearless-utils-iOS.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "FearlessUtils/Classes/**/*",
"dependencies": {
"IrohaCrypto/sr25519": [
"~> 0.4.0"
],
"BigInt": [
"~> 5.0"
],
"xxHash-Swift": [
"~> 1.0.0"
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.swift"
}
]
}