为什么你们就是不能加个空格呢?
Swift 4.0+
dependencies: [
.package(url: "https://github.com/X140Yu/pangu.Swift", .upToNextMajor(from: "1.0")),
//...
]
pod 'Pangu-Swift', '~> 1.0'
import Pangu_Swift
print( "Mr.龍島主道:「Let's Party!各位高明博雅君子!」".spaced )
// Mr. 龍島主道:「Let's Party! 各位高明博雅君子!」
# generate the Xcode project
$ swift package generate-xcodeproj
# build
$ swift build
# run all tests
$ swift test
pangu.Swift 使用 MIT 许可证。 更多信息请查看 LICENSE 文件。