blob: f362795990c6d670c70f68ef20989b95edd19006 [file] [log] [blame]
{
"name": "NumberSpellOutFormatter",
"version": "0.1.0",
"summary": "Spell out numbers in any language",
"description": "Allows to spell out numbers in different languages and with many options, such as,\nordinal numbers and whereever it is applicable, in masculine or feminine and in different\ngrammatical cases.",
"homepage": "https://github.com/dimat/DMNumberSpellOutFormatter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dmitry Matyukhin": "dimatu@gmail.com"
},
"source": {
"git": "https://github.com/dimat/DMNumberSpellOutFormatter.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"NumberSpellOutFormatter/Classes/**/*",
"NumberSpellOutFormatter/Private/**/*.h"
],
"public_header_files": "NumberSpellOutFormatter/Classes/**/*.h",
"private_header_files": "NumberSpellOutFormatter/Private/**/*.h",
"libraries": "icucore"
}