[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / d / 8 / UnicodeEastAsianWidth / 2.1.0 / UnicodeEastAsianWidth.podspec.json
blobc0cd9ff6433e4f6a498aec69e9eb2294bf10b2d6
2   "name": "UnicodeEastAsianWidth",
3   "version": "2.1.0",
4   "summary": "Auto-generate Swift Unicode EastAsianWidth count checking.",
5   "description": "By checking official unicode site https://home.unicode.org, try to transfer East Asian Width part to Swift code which could directly checking fullwidth & halfwifth of the characters.",
6   "homepage": "https://github.com/HevaWu/EastAsianWidth",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "He Wu(HevaWu)": "hewu9375@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/HevaWu/EastAsianWidth.git",
16     "tag": "2.1.0"
17   },
18   "social_media_url": "https://twitter.com/hewu9375",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Sources/EastAsianWidth/*",
23   "module_name": "EastAsianWidth",
24   "swift_versions": "5.5",
25   "swift_version": "5.5"