blob: 5fd73fc970dc5d928bdcf8e0b0eb92435a7050db [file] [log] [blame]
{
"name": "EastAsianWidth",
"version": "1.0.1",
"summary": "Extension of Swift String API to deal with East Asian Width",
"description": "Extension of Swift String API to deal with East Asian Width.\nThe most generally use case is to classify unicode scalar value as **Fullwidth** (全角) or **Halfwidth** (半角).\nEast Asian Width is specified as Unicode® Standard Annex #11.\nsee: http://www.unicode.org/unicode/reports/tr11/",
"homepage": "https://github.com/ukitaka/EastAsianWidth.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ukitaka": "yuki.takahashi.1126@gmail.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/ukitaka/EastAsianWidth.swift.git",
"tag": "1.0.1"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"pushed_with_swift_version": "4.0.0"
}