Skip to content

Commit

Permalink
Updated package manager files for release 1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
nesium committed Jun 16, 2021
1 parent f3c98fa commit 3026109
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 = "1.0.13"
spec.version = "1.0.14"
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 SARL"
spec.platform = :ios, "10.0"
spec.license = { :type => "Commercial" }
spec.source = { :http => "https://github.com/crisp-im/crisp-sdk-ios/releases/download/1.0.13/Crisp_1.0.13.zip" }
spec.source = { :http => "https://github.com/crisp-im/crisp-sdk-ios/releases/download/1.0.14/Crisp_1.0.14.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 @@ -9,8 +9,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "Crisp",
url: "https://github.com/crisp-im/crisp-sdk-ios/releases/download/1.0.13/Crisp_1.0.13.zip",
checksum: "c98a9de498ae29d2e043b32c00a24497efd341f9ca4694c4fbcbab908c2bc6a4"
url: "https://github.com/crisp-im/crisp-sdk-ios/releases/download/1.0.14/Crisp_1.0.14.zip",
checksum: "f793ffd3a73744c7ed6a0ac49e5469fa4442df735bea3ce754ff71c2298cc49f"
)
]
)

0 comments on commit 3026109

Please sign in to comment.