From 8e4d84e1207df52c48c3d2cc67bdce5c90bfd9cc Mon Sep 17 00:00:00 2001 From: Alex Nguyen Date: Tue, 16 Apr 2024 19:22:25 -0400 Subject: [PATCH] Releasing 1.0.0. --- ChatKittyUI.podspec | 8 +------- Example/ChatKittyUI/ViewController.swift | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/ChatKittyUI.podspec b/ChatKittyUI.podspec index ffe6007..fbd1aef 100644 --- a/ChatKittyUI.podspec +++ b/ChatKittyUI.podspec @@ -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 diff --git a/Example/ChatKittyUI/ViewController.swift b/Example/ChatKittyUI/ViewController.swift index d19c57e..ea9f722 100644 --- a/Example/ChatKittyUI/ViewController.swift +++ b/Example/ChatKittyUI/ViewController.swift @@ -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(