Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/surpher/pactswiftserver
A Swift wrapper around `libpact_ffi.a` exposed as XCFramework
https://github.com/surpher/pactswiftserver
Last synced: about 1 month ago
JSON representation
A Swift wrapper around `libpact_ffi.a` exposed as XCFramework
- Host: GitHub
- URL: https://github.com/surpher/pactswiftserver
- Owner: surpher
- Created: 2023-08-04T10:13:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-30T21:16:25.000Z (3 months ago)
- Last Synced: 2024-10-03T05:06:47.704Z (about 2 months ago)
- Language: C
- Size: 75.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PactSwiftServer
[![MIT License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](LICENSE.md)
A wrapper around [`libpact_ffi.a`](https://github.com/pact-foundation/pact-reference/tree/master/rust/pact_ffi) binary and exposed as XCFramework to be primarily used by [`PactSwift`](https://github.com/surpher/PactSwift).
This XCFramework is a [build result](https://github.com/surpher/PactSwiftMockServer/blob/5bfc407a4435969e3658cfb961e8e2ef7db993a5/Support/build_xcframework) of [`PactSwiftMockServer`](https://github.com/surpher/PactSwiftMockServer) and shared here without the git history that includes all overblown versions of `libpact_ffi.a` that blow up the size of the repository.
But nothing is stopping you from creating your own interface using this package.