https://github.com/simplito/privmx-endpoint-xcframeworks
XCFrameworks containing built PrivMX Endpoint library and it's dependencies
https://github.com/simplito/privmx-endpoint-xcframeworks
Last synced: 4 months ago
JSON representation
XCFrameworks containing built PrivMX Endpoint library and it's dependencies
- Host: GitHub
- URL: https://github.com/simplito/privmx-endpoint-xcframeworks
- Owner: simplito
- Created: 2024-11-25T13:50:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-01T08:42:19.000Z (10 months ago)
- Last Synced: 2025-09-01T10:52:42.487Z (10 months ago)
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PrivMX-Endpoint-XCFrameworks
This repository vends XCFrameworks used by [PrivMX Endpoint Swift](https://github.com/simplito/privmx-endpoint-swift).
These are:
- [PrivMX Endpoint](https://github.com/simplito/privmx-endpoint), which is under [PrivMX Free License ver. 1.0](https://github.com/simplito/privmx-endpoint/blob/main/LICENSE.md)
- [pson-cpp](https://github.com/simplito/pson-cpp), which is under [PrivMX Free License ver. 1.0](https://github.com/simplito/pson-cpp/blob/main/LICENSE.md)
- [POCO](https://github.com/pocoproject/poco), which is under [Boost Software License Version 1.0](https://github.com/pocoproject/poco/blob/main/LICENSE)
- [OpenSSL](https://github.com/openssl/openssl), which is under [Apache License Version 2.0](https://github.com/openssl/openssl/blob/master/LICENSE.txt)
- [GMP](https://gmplib.org), which is under [GNU Lesser General Public License Version 3](https://www.gnu.org/licenses/lgpl-3.0.html)
Each XCFramework has static libraries built for
- iOS (ARM)
- iOS simulator (ARM)
- macOS (ARM and x86_64)