Skip to content

Commit

Permalink
Updated package manager files for release 2.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nesium committed Feb 26, 2024
1 parent fae2e01 commit 901dff2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.4.5"
spec.version = "2.4.6"
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.4.5/Crisp_cocoapods_2.4.5.zip" }
spec.source = { :http => "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.4.6/Crisp_cocoapods_2.4.6.zip" }

spec.default_subspecs = "Crisp"

Expand Down
12 changes: 6 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ let package = Package(
),
.binaryTarget(
name: "Crisp",
url: "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.4.5/Crisp_2.4.5.zip",
checksum: "bf2e9047e57dd0acdb82813a683fc7e1b9e18c1e78c14b36c9904d5a34e9d6b7"
url: "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.4.6/Crisp_2.4.6.zip",
checksum: "55bfeae29f865d80700648114e29be1c69f7b22578c5854118d095bc73165af4"
),
.binaryTarget(
name: "CrispWebRTC",
url: "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.4.5/CrispWebRTC_2.4.5.zip",
checksum: "0fa2f0fd0f90f8fdd88ed13973092a3e3c87efbc6ad8c6348abc11b6c1d88e27"
url: "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.4.6/CrispWebRTC_2.4.6.zip",
checksum: "6aafe5304f8a4e80299a51ef72ff7a7770c0c453ed2550636d768b393070f72f"
),
.binaryTarget(
name: "WebRTC",
url: "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.4.5/WebRTC_2.4.5.zip",
checksum: "f8eace74f0e034d87c0ee1016ee5f83102be9a281e91aa7f25723b079feeb0c6"
url: "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.4.6/WebRTC_2.4.6.zip",
checksum: "53e4fd3faee1ba44b091c4a67130ca47c0b8eaf5f8aeccd9bc6e3543de8bff54"
),
]
)

0 comments on commit 901dff2

Please sign in to comment.