Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/ios-samples' into ios-samples
Browse files Browse the repository at this point in the history
  • Loading branch information
Aashay Gaikwad committed Sep 25, 2023
2 parents bee88a6 + 313a209 commit 2c4e4eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions demos/appyx-navigation/ios/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ kotlin {

cocoapods {
version = "1.0.0"
summary = "appyx-nvaigation ios module"
homepage = "https://bumble-tech.github.io/appyx/interactions/"
summary = "appyx-navigation iOS module"
homepage = "https://bumble-tech.github.io/appyx/navigation/"
ios.deploymentTarget = "16.4"
podfile = project.file("../iosApp/Podfile")
framework {
Expand Down
2 changes: 1 addition & 1 deletion demos/appyx-navigation/ios/ios.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |spec|
spec.version = '1.0.0'
spec.homepage = 'https://bumble-tech.github.io/appyx/interactions/'
spec.source = { :http=> ''}
spec.authors = ''
spec.authors = 'https://github.com/bumble-tech/'
spec.license = ''
spec.summary = 'appyx-nvaigation ios module'
spec.vendored_frameworks = 'build/cocoapods/framework/ios.framework'
Expand Down

0 comments on commit 2c4e4eb

Please sign in to comment.