blob: ef8714aed976b1d8811cac4e008b6f4ae3517032 [file] [log] [blame]
{
"name": "BMNumberFormatter",
"version": "1.0.0",
"summary": "A simple pod to avoid code excess when formatting numbers with objective-c .",
"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.",
"homepage": "https://github.com/brunomunizaf/BMNumberFormatter",
"license": "GPL",
"authors": {
"Bruno Muniz": "bmaf@ufpe.cin.br"
},
"source": {
"git": "https://github.com/brunomunizaf/BMNumberFormatter.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "BMNumberFormatter/Classes/**/*",
"resource_bundles": {
"BMNumberFormatter": [
"BMNumberFormatter/Assets/*.png"
]
}
}