[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / d / c / b / nmbr-icu / 0.2.0 / nmbr-icu.podspec.json
blob6a8632dd68e843758cb08d01e7da42479b333a64
2   "name": "nmbr-icu",
3   "version": "0.2.0",
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.2.0"
17   },
18   "static_framework": true,
19   "platforms": {
20     "ios": "14.0"
21   },
22   "source_files": "nmbr/Classes/**/*",
23   "libraries": "c++",
24   "public_header_files": [
25     "nmbr/Classes/NMBRFormatter.h"
26   ],
27   "dependencies": {
28     "icu4c-numberformatter": [
29       "0.1.0"
30     ]
31   }