https://github.com/surpher/pactswiftserver
A Swift wrapper around `libpact_ffi.a` exposed as XCFramework
https://github.com/surpher/pactswiftserver
Last synced: 4 months ago
JSON representation
A Swift wrapper around `libpact_ffi.a` exposed as XCFramework
- Host: GitHub
- URL: https://github.com/surpher/pactswiftserver
- Owner: surpher
- License: mit
- Created: 2023-08-04T10:13:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T22:28:58.000Z (over 1 year ago)
- Last Synced: 2025-10-25T10:31:09.994Z (8 months ago)
- Language: C
- Size: 75.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.current
Awesome Lists containing this project
README
# PactSwiftServer
[](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.