blob: 6e63772b5baf67064339732a9adc517f1cfeae50 [file] [log] [blame]
{
"name": "SwiftCryptoTokenFormatter",
"version": "1.0.0",
"summary": "Formatter for crypto token amounts.",
"description": "Crypto tokens can have arbitrary precision. This formatter specifies standard rules for displaying token amounts in the user interface.",
"homepage": "https://github.com/gnosis/SwiftCryptoTokenFormatter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dmitry Bespalov": "dmitry.bespalov@gnosis.io",
"Andrey Scherbovich": "andrey@gnosis.io"
},
"cocoapods_version": ">= 1.4.0",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/gnosis/SwiftCryptoTokenFormatter.git",
"tag": "1.0.0"
},
"source_files": "SwiftCryptoTokenFormatter/SwiftCryptoTokenFormatter/**/*.swift",
"requires_arc": true,
"dependencies": {
"BigInt": [
"~> 4.0"
]
},
"swift_version": "5.0"
}