Skip to content

rocxteady/WPSwift

Repository files navigation

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"))
]