From dd94558b01d3c112f29dda6327593a0c0dd044bf Mon Sep 17 00:00:00 2001 From: isaacakakpo1 Date: Tue, 2 Jul 2024 10:00:43 +0000 Subject: [PATCH] SPM Release 1.3.0 --- Package.swift | 2 +- TelnyxRTC.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 919e7d30..2083abf6 100644 --- a/Package.swift +++ b/Package.swift @@ -24,7 +24,7 @@ let package = Package( .product(name: "WebRTC", package: "WebRTC") ], path: "TelnyxRTC", - sources: ["Info.plist"], + exclude: ["Info.plist"], resources: [.copy("PrivacyInfo.xcprivacy")] ) ], diff --git a/TelnyxRTC.podspec b/TelnyxRTC.podspec index 1bddaa23..49a56b30 100644 --- a/TelnyxRTC.podspec +++ b/TelnyxRTC.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |spec| spec.name = "TelnyxRTC" - spec.version = "0.1.29" + spec.version = "0.1.30" spec.summary = "Enable Telnyx real-time communication services on iOS." spec.description = "The Telnyx iOS WebRTC Client SDK provides all the functionality you need to start making voice calls from an iPhone." spec.homepage = "https://github.com/team-telnyx/telnyx-webrtc-ios"