blob: f1b6a9af863e0b09c3e0f1ea9a8115f24f4fb60c [file] [log] [blame]
{
"name": "UnicodeEastAsianWidth",
"version": "1.0.0",
"summary": "Transfer to check Unicode EastAsianWidth by Swift",
"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.",
"homepage": "https://github.com/HevaWu/EastAsianWidth",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"He Wu(HevaWu)": "hewu9375@gmail.com"
},
"source": {
"git": "https://github.com/HevaWu/EastAsianWidth.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/hewu9375",
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/EastAsianWidth/*"
}