Skip to content

Commit

Permalink
Add Push to Cocoapods task
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacakakpo1 committed Mar 10, 2024
1 parent 3997245 commit 11b7a83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
id("co.touchlab.kmmbridge") version "0.5.2"
id("maven-publish")
}
version = "0.7.3"
version = "0.7.15"

kmmbridge {
mavenPublishArtifacts()
Expand Down Expand Up @@ -44,10 +44,10 @@ kotlin {
summary = "Janus-message-sdk"
name = "JanusMessageSDK"
homepage = "https://github.com/team-telnyx/janus-message-sdk"
version = "0.7.12"
version = version.toString()
license = "{ :type => 'MIT', :file => 'LICENSE' }"
authors = "{ 'Telnyx' => '[email protected]' }"
source = "{ :http => 'https://github.com/team-telnyx/janus-message-sdk/releases/download/0.7.14/JanusMessageSdk.xcframework.zip', :type => 'zip' }"
source = "{ :http => 'https://github.com/team-telnyx/janus-message-sdk/releases/download/${version}/JanusMessageSdk.xcframework.zip', :type => 'zip' }"
ios.deploymentTarget = "14.1"
podfile = project.file("../iosApp/Podfile")
framework {
Expand Down

0 comments on commit 11b7a83

Please sign in to comment.