Skip to content

Commit

Permalink
Updated package manager files for release 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nesium committed Oct 12, 2023
1 parent 23b5695 commit 2a4d7b6
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.3"
spec.version = "2.4.4"
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.3/Crisp_cocoapods_2.4.3.zip" }
spec.source = { :http => "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.4.4/Crisp_cocoapods_2.4.4.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.3/Crisp_2.4.3.zip",
checksum: "8ed7cad67afe7d7f472f683508bb9ae72af56413a6c37e550e65124f02a4fffd"
url: "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.4.4/Crisp_2.4.4.zip",
checksum: "7c8e64baabfc0075572538f641f293c9f9c5b071c1589493886ab3cf1f3daebd"
),
.binaryTarget(
name: "CrispWebRTC",
url: "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.4.3/CrispWebRTC_2.4.3.zip",
checksum: "96982de3595d0703ce17b3aa28605f2a08210a807a6c3ea777b3f09935fe8469"
url: "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.4.4/CrispWebRTC_2.4.4.zip",
checksum: "84b7e59fd5618630073b2eb8952e2c514a496e7b98bbeeb0dc6e49a22b1fa292"
),
.binaryTarget(
name: "WebRTC",
url: "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.4.3/WebRTC_2.4.3.zip",
checksum: "aaf3cfa3e9b26fa33951fd663cc5d20d5b62e0515d2b2ad94ac92be823b62e6a"
url: "https://github.com/crisp-im/crisp-sdk-ios/releases/download/2.4.4/WebRTC_2.4.4.zip",
checksum: "bcf462c5b0df092da7feb8c601c6c8d4616f8d6412faec4d04e162190e68ced9"
),
]
)

0 comments on commit 2a4d7b6

Please sign in to comment.