Skip to content

Commit

Permalink
Update WorkFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacakakpo1 committed Mar 8, 2024
1 parent 3be71cb commit c86b05c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
4 changes: 2 additions & 2 deletions iosApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- shared (1.0)
- shared (0.0.4)

DEPENDENCIES:
- shared (from `../shared`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../shared"

SPEC CHECKSUMS:
shared: 2d3b24a8fe27b7d9e65b8d075a9672fbc6a1aa10
shared: f7a09e99dbb691f478fb7aafcdfb979b10fdeb82

PODFILE CHECKSUM: f282da88f39e69507b0a255187c8a6b644477756

Expand Down
6 changes: 3 additions & 3 deletions iosApp/Pods/Local Podspecs/shared.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions iosApp/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ kotlin {
iosArm64()
iosSimulatorArm64()



cocoapods {
summary = "Some description for the Shared Module"
homepage = "Link to the Shared Module homepage"
version = "1.0"
summary = "Janus-message-sdk"
homepage = "Janus Message SDK to be used for both Android and iOS"
version = "0.0.4"
ios.deploymentTarget = "14.1"
podfile = project.file("../iosApp/Podfile")
framework {
Expand Down
6 changes: 3 additions & 3 deletions shared/shared.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'shared'
spec.version = '1.0'
spec.homepage = 'Link to the Shared Module homepage'
spec.version = '0.0.4'
spec.homepage = 'Janus Message SDK to be used for both Android and iOS'
spec.source = { :http=> ''}
spec.authors = ''
spec.license = ''
spec.summary = 'Some description for the Shared Module'
spec.summary = 'Janus-message-sdk'
spec.vendored_frameworks = 'build/cocoapods/framework/shared.framework'
spec.libraries = 'c++'
spec.ios.deployment_target = '14.1'
Expand Down

0 comments on commit c86b05c

Please sign in to comment.