Awesome
pangu.Swift
為什麼你們就是不能加個空格呢?
- pangu.clj (Clojure)
- pangu.ex (Elixir)
- pangu.go (Go)
- pangu.java (Java)
- pangu.js (JavaScript, both Node.js and Browser)
- pangu.objective-c (Objective-C)
- pangu.php (PHP)
- pangu.py (Python)
- pangu.rb (Ruby)
- pangu.swift (Swift)
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.