Apollonyan / pangu.Swift

🌚中文和英文之间没有空格可怎么行?

Repository from Github https://github.comApollonyan/pangu.SwiftRepository from Github https://github.comApollonyan/pangu.Swift

pangu.Swift

Build Status CocoaPods License: MIT

為什麼你們就是不能加個空格呢?

Requirement

Swift 4.0+

Installation

Swift Package Manager

dependencies: [
  .package(url: "https://github.com/X140Yu/pangu.Swift", .upToNextMajor(from: "1.0")),
  //...
]

Cocoapods

pod 'Pangu-Swift', '~> 1.0'

Useage

import Pangu_Swift

print( "Mr.龍島主道:「Let's Party!各位高明博雅君子!」".spaced )
// Mr. 龍島主道:「Let's Party! 各位高明博雅君子!」

Development

# generate the Xcode project
$ swift package generate-xcodeproj

# build
$ swift build

# run all tests
$ swift test

Licence

pangu.Swift is available under the MIT License. See the LICENSE file for more info.

About

🌚中文和英文之间没有空格可怎么行?

License:MIT License


Languages

Language:Swift 86.6%Language:Ruby 13.4%