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",
18 "static_framework": true,
22 "source_files": "nmbr/Classes/**/*",
24 "public_header_files": [
25 "nmbr/Classes/NMBRFormatter.h"
28 "icu4c-numberformatter": [