| { |
| "name": "AXMetricPrefixFormatter", |
| "version": "0.1.0", |
| "summary": "Convert NSNumber(Integer) to NSString with metric prefix.", |
| "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", |
| "homepage": "https://github.com/akiroom/AXMetricPrefixFormatter", |
| "license": "MIT", |
| "authors": { |
| "Hiroki Akiyama": "aki-hiroki@nifty.com" |
| }, |
| "source": { |
| "git": "https://github.com/akiroom/AXMetricPrefixFormatter.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/akiroom", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes", |
| "resource_bundles": { |
| "AXMetricPrefixFormatter": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |