From 9fdacd2d6cd2ed3f445b7b3ccbc6abe413106e13 Mon Sep 17 00:00:00 2001 From: isaacakakpo1 Date: Sun, 10 Mar 2024 19:14:41 +0000 Subject: [PATCH] Add Push to Cocoapods task --- shared/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index caeb51e..1298a88 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -9,7 +9,6 @@ plugins { id("co.touchlab.kmmbridge") version "0.5.2" id("maven-publish") } -version = "0.7.15" kmmbridge { mavenPublishArtifacts() @@ -39,15 +38,16 @@ kotlin { iosSimulatorArm64() + version = "0.7.17" cocoapods { summary = "Janus-message-sdk" name = "JanusMessageSDK" homepage = "https://github.com/team-telnyx/janus-message-sdk" - version = version.toString() + version = "${project.version}" license = "{ :type => 'MIT', :file => 'LICENSE' }" authors = "{ 'Telnyx' => 'cocoapods@telnyx.com' }" - source = "{ :http => 'https://github.com/team-telnyx/janus-message-sdk/releases/download/${version}/JanusMessageSdk.xcframework.zip', :type => 'zip' }" + source = "{ :http => 'https://github.com/team-telnyx/janus-message-sdk/releases/download/${project.version}/JanusMessageSdk.xcframework.zip', :type => 'zip' }" ios.deploymentTarget = "14.1" podfile = project.file("../iosApp/Podfile") framework {