Skip to content

Commit

Permalink
Updated package manager files for release 2.0.0-beta.20
Browse files Browse the repository at this point in the history
  • Loading branch information
nesium committed Dec 8, 2022
1 parent ab99cf8 commit 7de00ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Crisp.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |spec|
spec.name = "Crisp"
spec.version = "2.0.0-beta.19"
spec.version = "2.0.0-beta.20"
spec.summary = "Crisp SDK for iOS."
spec.description = "Crisp SDK for iOS, used for visitors to get help from operators."
spec.homepage = "https://crisp.chat"
spec.author = "Crisp IM SAS"
spec.platform = :ios, "13.0"
spec.license = { :type => "Commercial" }
spec.source = { :http => "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.0.0-beta.19/Crisp_2.0.0-beta.19.zip" }
spec.source = { :http => "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.0.0-beta.20/Crisp_2.0.0-beta.20.zip" }
spec.vendored_frameworks = "Crisp.xcframework"
spec.preserve_paths = "Crisp.xcframework"
end
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "Crisp",
url: "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.0.0-beta.19/Crisp_2.0.0-beta.19.zip",
checksum: "bf7aeab6fa56c8c11dc0be58a4d16d97fda1e51c2d3721635afb78d0277819b0"
url: "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.0.0-beta.20/Crisp_2.0.0-beta.20.zip",
checksum: "abbe9e4884bc9e2a62455d226a59755a3bdcb8f688b085a428496cf6202df5c5"
)
]
)

0 comments on commit 7de00ae

Please sign in to comment.