blob: d5dd0b7dae9733f6750d650b99533b74f4c68b41 [file] [log] [blame]
{
"name": "UnicodeEastAsianWidth",
"version": "1.2.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.2.0"
},
"social_media_url": "https://www.facebook.com/hevawu",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/EastAsianWidth/*"
}