WPSwift 是一个用于 WordPress REST API 的 Swift 客户端库。
将以下内容添加到你的 Package.swift
文件
dependencies: [
.package(url: "https://github.com/rocxteady/WPSwift.git", from: "1.0.0-beta.1")
]
或者在 Xcode 中添加
https://github.com/rocxteady/WPSwift.git
1.0.0-beta.1
WPSwift 在 MIT 许可证下可用。有关更多信息,请参阅 LICENSE 文件。
Ulaş Sancak (@rocxteady)