Skip to content

Commit

Permalink
Releasing 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsAlexNguyen committed Apr 16, 2024
1 parent 5fd74e1 commit 8e4d84e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions ChatKittyUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,9 @@

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

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!

s.description = <<-DESC
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.
DESC
Expand Down
2 changes: 1 addition & 1 deletion Example/ChatKittyUI/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class ViewController: UIViewController {
let connectionApi = ConnectionApi(apiKey: "afaac908-1db3-4b5c-a7ae-c040b9684403")
let configuration = ChatUIConfiguration(widgetId: "UWiEkKvdAaUJ1xut",
username: "2989c53a-d0c5-4222-af8d-fbf7b0c74ec6",
connectionApi: connectionApi, // null to disable connection api
connectionApi: nil, // null to disable connection api
theme: .light)

let components = ChatUIComponents(
Expand Down

0 comments on commit 8e4d84e

Please sign in to comment.