Skip to content

rocxteady/WPSwift

Repository files navigation

WPSwift

WPSwift is a Swift client library for the WordPress REST API.

Requirements

  • iOS 16.0+
  • macOS 13.0+
  • Xcode 16+
  • Swift 6.0+

Installation

Swift Package Manager

Add the following to your Package.swift file:

dependencies: [
    .package(url: "https://github.com/rocxteady/WPSwift.git", from: "1.0.0-beta.1")
]

Or add it in Xcode:

  1. File → Add Package Dependencies
  2. Enter package URL: https://github.com/rocxteady/WPSwift.git
  3. Specify the version: 1.0.0-beta.1

Features

  • Built with Swift
  • Modern async/await API
  • URLSession based networking
  • Codable support for JSON parsing
  • Complete WordPress REST API coverage
  • iOS, watchOS, tvOS, macOS and visionOS support

License

WPSwift is available under the MIT License. See the LICENSE file for more info.

Author

Ulaş Sancak (@rocxteady)

Related Projects

  • WPKotlin - Kotlin Multiplatform client for WordPress REST API

About

Swift client for Wordpress REST API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages