blob: 3ad682884a0a7366ef36806b195009f965025404 [file] [log] [blame]
{
"name": "NumberSpellOutFormatter",
"version": "0.1.1",
"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.1"
},
"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"
}