[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / c / b / nmbr-icu / 0.3.4 / nmbr-icu.podspec.json
bloba67d46f8be7d9ab04051bc5d0c69047282b7fc2c
2   "name": "nmbr-icu",
3   "version": "0.3.4",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kerr marin miller": "kerr@kerrmarin.com"
13   },
14   "source": {
15     "git": "https://github.com/kerrmarin/nmbr-icu.git",
16     "tag": "0.3.4"
17   },
18   "platforms": {
19     "ios": "14.0"
20   },
21   "source_files": "nmbr/Classes/**/*",
22   "libraries": "c++",
23   "public_header_files": [
24     "nmbr/Classes/NMBRFormatter.h"
25   ],
26   "vendored_frameworks": "ICU.xcframework"