Skip to content

Commit

Permalink
Updated package manager files for release 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nesium committed Feb 2, 2021
1 parent 451d927 commit 81fac0f
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.9"
spec.version = "1.0.10"
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.9/Crisp_1.0.9.zip" }
spec.source = { :http => "https://github.com/crisp-im/crisp-sdk-ios/releases/download/1.0.10/Crisp_1.0.10.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.9/Crisp_1.0.9.zip",
checksum: "e0024cf0fe879d5654c8a6029515432e7588a217d5edf9e84b37571d333ab115"
url: "https://github.com/crisp-im/crisp-sdk-ios/releases/download/1.0.10/Crisp_1.0.10.zip",
checksum: "eb58afafed05b2d81772cd84245f30af33ef0863cf4491dd8c94a61dfe3643f0"
)
]
)

0 comments on commit 81fac0f

Please sign in to comment.