Skip to content

Commit

Permalink
Updated package manager files for release 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nesium committed Feb 1, 2024
1 parent 2a4d7b6 commit fae2e01
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.4"
spec.version = "2.4.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.4.4/Crisp_cocoapods_2.4.4.zip" }
spec.source = { :http => "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.4.5/Crisp_cocoapods_2.4.5.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.4/Crisp_2.4.4.zip",
checksum: "7c8e64baabfc0075572538f641f293c9f9c5b071c1589493886ab3cf1f3daebd"
url: "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.4.5/Crisp_2.4.5.zip",
checksum: "bf2e9047e57dd0acdb82813a683fc7e1b9e18c1e78c14b36c9904d5a34e9d6b7"
),
.binaryTarget(
name: "CrispWebRTC",
url: "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.4.4/CrispWebRTC_2.4.4.zip",
checksum: "84b7e59fd5618630073b2eb8952e2c514a496e7b98bbeeb0dc6e49a22b1fa292"
url: "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.4.5/CrispWebRTC_2.4.5.zip",
checksum: "0fa2f0fd0f90f8fdd88ed13973092a3e3c87efbc6ad8c6348abc11b6c1d88e27"
),
.binaryTarget(
name: "WebRTC",
url: "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.4.4/WebRTC_2.4.4.zip",
checksum: "bcf462c5b0df092da7feb8c601c6c8d4616f8d6412faec4d04e162190e68ced9"
url: "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.4.5/WebRTC_2.4.5.zip",
checksum: "f8eace74f0e034d87c0ee1016ee5f83102be9a281e91aa7f25723b079feeb0c6"
),
]
)

0 comments on commit fae2e01

Please sign in to comment.