/
Undeadguy
/
matrix-rust-sdk
Обзор
Документация
Войти
/
Undeadguy
/
matrix-rust-sdk
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
bindings/apple/MatrixSDKCrypto.podspec
19 строк
920 B
Valere
Apple Bindings | Update SDKCrypto podspec files
22 май 2024, 20:50
22 май 2024, 20:50
748c3d5
Код
Авторство
О чём код?
Pod::Spec.new do |s| s.name = "MatrixSDKCrypto" s.version = "0.4.1" # Version is only incremented manually and locally before pushing to CocoaPods s.summary = "Uniffi based bindings for the Rust SDK crypto crate." s.homepage = "https://github.com/matrix-org/matrix-rust-sdk" s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" } s.author = { "matrix.org" => "support@matrix.org" } s.ios.deployment_target = "13.0" s.osx.deployment_target = "10.15" s.swift_versions = ['5.1', '5.2'] s.source = { :http => "https://github.com/matrix-org/matrix-rust-sdk/releases/download/matrix-sdk-crypto-ffi-#{s.version}/MatrixSDKCryptoFFI.zip" } s.vendored_frameworks = "MatrixSDKCryptoFFI.xcframework" s.source_files = "Sources/**/*.{swift}" end