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