4 "summary": "A number formatter specifically for rounding large numbers",
5 "description": "A locale-aware number formatter to deal with shorter versions of large numbers.\ni.e. 1,000,000 would be either \"1M\" or \"1 million\" in en_GB.\n\nDeals with other locales grouping of digits (i.e. Japan groups by 4, and India groups by 3 then 2)",
6 "homepage": "https://github.com/kerrmarin/nmbr-icu",
12 "kerr marin miller": "kerr@kerrmarin.com"
15 "git": "https://github.com/kerrmarin/nmbr-icu.git",
21 "source_files": "nmbr/Classes/**/*",
23 "public_header_files": [
24 "nmbr/Classes/NMBRFormatter.h"
26 "vendored_frameworks": "ICU.xcframework"