From 1ec0c875b0d4b23c3c16087e585b60acd9178a0a Mon Sep 17 00:00:00 2001 From: Naomi Date: Tue, 17 Dec 2024 01:10:28 +0100 Subject: [PATCH] [Add] LibXMTP 3.0.11 --- Specs/3/0/5/LibXMTP/3.0.11/LibXMTP.podspec.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Specs/3/0/5/LibXMTP/3.0.11/LibXMTP.podspec.json diff --git a/Specs/3/0/5/LibXMTP/3.0.11/LibXMTP.podspec.json b/Specs/3/0/5/LibXMTP/3.0.11/LibXMTP.podspec.json new file mode 100644 index 000000000000..785a70973fa2 --- /dev/null +++ b/Specs/3/0/5/LibXMTP/3.0.11/LibXMTP.podspec.json @@ -0,0 +1,24 @@ +{ + "name": "LibXMTP", + "version": "3.0.11", + "summary": "XMTP shared Rust code that powers cross-platform SDKs", + "homepage": "https://github.com/xmtp/libxmtp-swift", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "XMTP Labs": "eng@xmtp.com" + }, + "platforms": { + "ios": "14.0" + }, + "swift_versions": "5.3", + "source": { + "http": "https://github.com/xmtp/libxmtp/releases/download/swift-bindings-339483f/LibXMTPSwiftFFI.zip", + "type": "zip" + }, + "vendored_frameworks": "LibXMTPSwiftFFI.xcframework", + "source_files": "Sources/LibXMTP/**/*", + "swift_version": "5.3" +} -- 2.11.4.GIT