Skip to content

Commit

Permalink
Updated package manager files for release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nesium committed Sep 1, 2021
1 parent f5ad095 commit b923ef9
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.15"
spec.version = "1.1.0"
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.15/Crisp_1.0.15.zip" }
spec.source = { :http => "https://github.com/crisp-im/crisp-sdk-ios/releases/download/1.1.0/Crisp_1.1.0.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.15/Crisp_1.0.15.zip",
checksum: "c91df2c99aaf6b429c319163c74ea0cb4f3a2fc6b08d4511fd02405d0d52a59b"
url: "https://github.com/crisp-im/crisp-sdk-ios/releases/download/1.1.0/Crisp_1.1.0.zip",
checksum: "cdce593926dc1820cc38e7bb22c685e54a43122af38c15c18584cf886219e66b"
)
]
)

0 comments on commit b923ef9

Please sign in to comment.