[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / f / d / BMNumberFormatter / 1.0.0 / BMNumberFormatter.podspec.json
blobef8714aed976b1d8811cac4e008b6f4ae3517032
2   "name": "BMNumberFormatter",
3   "version": "1.0.0",
4   "summary": "A simple pod to avoid code excess when formatting numbers with objective-c .",
5   "description": "This is a basic pod to people who don't want to spend time trying to format their numbers either currency or local telephone style numbers. Some tag words which can be used for search algorithm: Format, Formatter, Number, NumberFormatter, Currency, Telephone, Cellphone.",
6   "homepage": "https://github.com/brunomunizaf/BMNumberFormatter",
7   "license": "GPL",
8   "authors": {
9     "Bruno Muniz": "bmaf@ufpe.cin.br"
10   },
11   "source": {
12     "git": "https://github.com/brunomunizaf/BMNumberFormatter.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source_files": "BMNumberFormatter/Classes/**/*",
19   "resource_bundles": {
20     "BMNumberFormatter": [
21       "BMNumberFormatter/Assets/*.png"
22     ]
23   }