[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / d / 8 / UnicodeEastAsianWidth / 1.1.0 / UnicodeEastAsianWidth.podspec.json
blob700dd3bade43f0da1300dd407a8ce436bb02a07b
2   "name": "UnicodeEastAsianWidth",
3   "version": "1.1.0",
4   "summary": "Transfer to check Unicode EastAsianWidth by Swift",
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": "1.1.0"
17   },
18   "social_media_url": "https://twitter.com/hewu9375",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Sources/EastAsianWidth/*"