[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 8 / 2 / nmbr / 0.1.0 / nmbr.podspec.json
blob662d14622649a306c89ccfdd75ecd58e77234c51
2   "name": "nmbr",
3   "version": "0.1.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/deanWombourne/nmbr",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "deanWombourne": "deanWombourne@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/deanWombourne/nmbr.git",
16     "tag": "v0.1.0"
17   },
18   "swift_versions": [
19     "4.0",
20     "4.2",
21     "5.0"
22   ],
23   "platforms": {
24     "ios": "9.0"
25   },
26   "source_files": "nmbr/Classes/**/*",
27   "resource_bundles": {
28     "nmbr": [
29       "nmbr/Assets/**/*.stringsdict"
30     ]
31   },
32   "swift_version": "5.0"