Skip to content

Commit

Permalink
podspec and package.swift version upgrade v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
imgarena-devops-github-bot authored and github-actions[bot] committed May 31, 2023
1 parent 96bdca3 commit b7b2fc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IMGASDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |spec|

spec.name = "IMGASDK"
spec.version = "0.9"
spec.version = "0.10"
spec.summary = "IMGA SDK"
spec.description = <<-DESC
IMGA SDK for iOS is library for iOS providing a powerful high-level webview abstractions to interact with the IMGA web app.
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "IMGA",
url: "https://github.com/IMGARENA/front-row-seat-ios-cocoapod/releases/download/v0.9/IMGA.xcframework.zip",
checksum: "661c36189e3d7381ac56823714fa368ba1e32ccfbbf43282c34e16742cd24003"
url: "https://github.com/IMGARENA/front-row-seat-ios-cocoapod/releases/download/v0.10/IMGA.xcframework.zip",
checksum: "f4abd553fb6469821c8d39582fe3a0b2f44320786c34c48e817720bc07685932"
)
]
)

0 comments on commit b7b2fc1

Please sign in to comment.