[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 8 / f / e / NumberSpellOutFormatter / 1.0.1 / NumberSpellOutFormatter.podspec.json
blobe2ae24ddd9c128a14bdbe3b72d5ef6e287d6ed0b
2   "name": "NumberSpellOutFormatter",
3   "version": "1.0.1",
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": "1.0.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.2",
22   "source_files": [
23     "NumberSpellOutFormatter/Classes/**/*"
24   ],
25   "public_header_files": "NumberSpellOutFormatter/Classes/*.h",
26   "default_subspecs": "precompiled",
27   "testspecs": [
28     {
29       "name": "Tests",
30       "test_type": "unit",
31       "source_files": "NumberSpellOutFormatter/Tests/*.swift",
32       "pod_target_xcconfig": {
33         "SWIFT_VERSION": "3.2"
34       }
35     }
36   ],
37   "subspecs": [
38     {
39       "name": "precompiled",
40       "source_files": "icu4c-static-lib/include/**/*.h",
41       "private_header_files": "icu4c-static-lib/include/**/*.h",
42       "vendored_frameworks": "icu4c-static-lib/frameworks/**/*.xcframework",
43       "header_mappings_dir": "icu4c-static-lib/include",
44       "libraries": "c++",
45       "pod_target_xcconfig": {
46         "OTHER_LDFLAGS": "-l\"c++\""
47       }
48     }
49   ],
50   "swift_version": "5.2"