[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 3 / b / AXMetricPrefixFormatter / 0.1.0 / AXMetricPrefixFormatter.podspec.json
blob1743957912a73b456158d3c7e1e03d99bd5e64c9
2   "name": "AXMetricPrefixFormatter",
3   "version": "0.1.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Hiroki Akiyama": "aki-hiroki@nifty.com"
10   },
11   "source": {
12     "git": "https://github.com/akiroom/AXMetricPrefixFormatter.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/akiroom",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "resource_bundles": {
22     "AXMetricPrefixFormatter": [
23       "Pod/Assets/*.png"
24     ]
25   }