blob: 9e29c2d76ec3ff1a28382231086975061e7e3525 [file] [log] [blame]
{
"name": "FearlessUtils",
"version": "0.2.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.2.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "FearlessUtils/Classes/**/*",
"dependencies": {
"IrohaCrypto/sr25519": [
"~> 0.5.0"
],
"IrohaCrypto/ed25519": [
"~> 0.5.0"
],
"IrohaCrypto/secp256k1": [
"~> 0.5.0"
],
"BigInt": [
"~> 5.0"
],
"xxHash-Swift": [
"~> 1.0.0"
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.swift",
"resources": [
"Tests/**/*.json"
]
}
]
}