[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / f / e / NumberSpellOutFormatter / 0.1.3 / NumberSpellOutFormatter.podspec.json
blob1638a64d53cbb9664b23ad5e1b5f7d1a12d1cae9
2   "name": "NumberSpellOutFormatter",
3   "version": "0.1.3",
4   "summary": "Spell out numbers in any language",
5   "description": "Allows to spell out numbers in different languages and with many options. Unlike the standard NSNumberFormatter it\nalso supports ordinal numbers with any additional modes that are applicable for specific language, such as gender\n(feminine and masculine) and grammatical cases.",
6   "homepage": "https://github.com/dimat/DMNumberSpellOutFormatter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dmitry Matyukhin": "dimatu@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/dimat/DMNumberSpellOutFormatter.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "NumberSpellOutFormatter/Classes/**/*",
23     "NumberSpellOutFormatter/Private/**/*.h"
24   ],
25   "public_header_files": "NumberSpellOutFormatter/Classes/**/*.h",
26   "private_header_files": "NumberSpellOutFormatter/Private/**/*.h",
27   "libraries": "icucore"