2 "name": "AXMetricPrefixFormatter",
4 "summary": "Convert NSNumber(Integer) to NSString with metric prefix.",
5 "description": " Convert NSNumber(Integer) to NSString with metric prefix.\n - 0 -> 0\n - 987 -> 987\n - 1200 -> 1.2K\n - 100834923 -> 101M\n - 10500000000 -> 10.5B\n - 1230000000000 -> 1.23T\n - -10200 -> -10.2K\n",
6 "homepage": "https://github.com/akiroom/AXMetricPrefixFormatter",
9 "Hiroki Akiyama": "aki-hiroki@nifty.com"
12 "git": "https://github.com/akiroom/AXMetricPrefixFormatter.git",
15 "social_media_url": "https://twitter.com/akiroom",
20 "source_files": "Pod/Classes",
22 "AXMetricPrefixFormatter": [