Skip to content

Commit 8e4d84e

Browse files
committed
Releasing 1.0.0.
1 parent 5fd74e1 commit 8e4d84e

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

ChatKittyUI.podspec

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,9 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'ChatKittyUI'
11-
s.version = '0.1.0'
11+
s.version = '1.0.0'
1212
s.summary = 'Easily embed a full-featured chat interface in iOS apps with minimal configuration.'
1313

14-
# This description is used to generate tags and improve search results.
15-
# * Think: What does it do? Why did you write it? What is the focus?
16-
# * Try to keep it short, snappy and to the point.
17-
# * Write the description between the DESC delimiters below.
18-
# * Finally, don't worry about the indent, CocoaPods strips it!
19-
2014
s.description = <<-DESC
2115
ChatKitty UI offers a plug-and-play solution for integrating a fully-functional chat interface into iOS applications. Designed for simplicity, it requires minimal coding - just configure and go. Ideal for adding real-time messaging features with ease, it supports iOS 15.0+, ensuring compatibility and performance across a wide range of devices. With ChatKitty UI, embedding a chat UI is a breeze, enabling developers to focus on core app functionality without worrying about the complexities of chat implementation.
2216
DESC

Example/ChatKittyUI/ViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class ViewController: UIViewController {
66
let connectionApi = ConnectionApi(apiKey: "afaac908-1db3-4b5c-a7ae-c040b9684403")
77
let configuration = ChatUIConfiguration(widgetId: "UWiEkKvdAaUJ1xut",
88
username: "2989c53a-d0c5-4222-af8d-fbf7b0c74ec6",
9-
connectionApi: connectionApi, // null to disable connection api
9+
connectionApi: nil, // null to disable connection api
1010
theme: .light)
1111

1212
let components = ChatUIComponents(

0 commit comments

Comments
 (0)