[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / c / 1 / SwiftCryptoTokenFormatter / 1.0.0 / SwiftCryptoTokenFormatter.podspec.json
blob6e63772b5baf67064339732a9adc517f1cfeae50
2   "name": "SwiftCryptoTokenFormatter",
3   "version": "1.0.0",
4   "summary": "Formatter for crypto token amounts.",
5   "description": "Crypto tokens can have arbitrary precision. This formatter specifies standard rules for displaying token amounts in the user interface.",
6   "homepage": "https://github.com/gnosis/SwiftCryptoTokenFormatter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dmitry Bespalov": "dmitry.bespalov@gnosis.io",
13     "Andrey Scherbovich": "andrey@gnosis.io"
14   },
15   "cocoapods_version": ">= 1.4.0",
16   "platforms": {
17     "ios": "11.0"
18   },
19   "swift_versions": "5.0",
20   "source": {
21     "git": "https://github.com/gnosis/SwiftCryptoTokenFormatter.git",
22     "tag": "1.0.0"
23   },
24   "source_files": "SwiftCryptoTokenFormatter/SwiftCryptoTokenFormatter/**/*.swift",
25   "requires_arc": true,
26   "dependencies": {
27     "BigInt": [
28       "~> 4.0"
29     ]
30   },
31   "swift_version": "5.0"