Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 302 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 302 Bytes

WPSwift

WPSwift is a Swift client for the WordPress REST API.

Installation

Swift Package Manager

To integrate using Swift Package Manager, add the following to your Package.swift:

dependencies: [
    .package(url: "https://github.com/rocxteady/WPSwift.git", .branch("main"))
]