Skip to content

Commit

Permalink
Updated package manager files for release 2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nesium committed Jul 30, 2024
1 parent 74088a8 commit a1e0aac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.5.4"
spec.version = "2.5.5"
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.5.4/Crisp_cocoapods_2.5.4.zip" }
spec.source = { :http => "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.5.5/Crisp_cocoapods_2.5.5.zip" }

spec.default_subspecs = "Crisp"

Expand Down
10 changes: 5 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ let package = Package(
),
.binaryTarget(
name: "Crisp",
url: "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.5.4/Crisp_2.5.4.zip",
checksum: "5f265478d86bc4c57bbe1e3545b9be863d35c786ffdd17ab867a8dd43b1d0b79"
url: "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.5.5/Crisp_2.5.5.zip",
checksum: "c58134721332a264ab73a1683a656be2defede191ba74c3639667e0c1edef72c"
),
.binaryTarget(
name: "CrispWebRTC",
url: "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.5.4/CrispWebRTC_2.5.4.zip",
checksum: "85de65caaf2d31d2ebe21de6b42723192814368e642642ddcc110bd44e616dcf"
url: "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.5.5/CrispWebRTC_2.5.5.zip",
checksum: "cc8393599ab968f65b6ad3e6984c2dafd6ad7cb2c67d393522d38eb7ef0ee4c9"
),
.binaryTarget(
name: "WebRTC",
url: "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.5.4/WebRTC_2.5.4.zip",
url: "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.5.5/WebRTC_2.5.5.zip",
checksum: "7c9214e39d1e6335b984aeb399aa2491218649aed30e7c96e18180ab8b5ff4fa"
),
]
Expand Down

0 comments on commit a1e0aac

Please sign in to comment.