[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 4 / e / 8 / EastAsianWidth / 1.0.1 / EastAsianWidth.podspec.json
blob5fd73fc970dc5d928bdcf8e0b0eb92435a7050db
2   "name": "EastAsianWidth",
3   "version": "1.0.1",
4   "summary": "Extension of Swift String API to deal with East Asian Width",
5   "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/",
6   "homepage": "https://github.com/ukitaka/EastAsianWidth.swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ukitaka": "yuki.takahashi.1126@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.10",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/ukitaka/EastAsianWidth.swift.git",
22     "tag": "1.0.1"
23   },
24   "source_files": "Sources/*.swift",
25   "requires_arc": true,
26   "pushed_with_swift_version": "4.0.0"