From b656f539ecd9b6e8a09a71b98d0bc33b26941351 Mon Sep 17 00:00:00 2001 From: Andrey Blinov Date: Mon, 1 Jun 2020 15:14:01 +0700 Subject: [PATCH] update --- OnlineChatSdk.podspec | 1 - 1 file changed, 1 deletion(-) diff --git a/OnlineChatSdk.podspec b/OnlineChatSdk.podspec index 6495073..6fb8814 100644 --- a/OnlineChatSdk.podspec +++ b/OnlineChatSdk.podspec @@ -3,7 +3,6 @@ Pod::Spec.new do |s| s.version = '0.0.2' s.summary = 'A small library containing a wrapper for the WKWebView.' s.swift_versions = '5.0' - s.description = 'A small library containing a wrapper for the WKWebView.' s.homepage = 'https://github.com/bekannax/OnlineChatSdk-Swift' s.license = { :type => 'MIT', :file => 'LICENSE' } s.authors = { 'bekannax' => 'bekannax@gmail.com' }