From 5eb28b6d2622872e9983eb0bfd3c96c86832c6ea Mon Sep 17 00:00:00 2001 From: Andrey Blinov Date: Mon, 1 Jun 2020 18:47:41 +0700 Subject: [PATCH] update --- OnlineChatSdk.podspec | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/OnlineChatSdk.podspec b/OnlineChatSdk.podspec index f3d02cd..fccdcad 100644 --- a/OnlineChatSdk.podspec +++ b/OnlineChatSdk.podspec @@ -1,12 +1,12 @@ -Pod::Spec.new do |s| - s.name = 'OnlineChatSdk' - s.version = '0.0.3' - s.summary = 'A small library containing a wrapper for the WKWebView.' - s.swift_versions = '5.0' - s.homepage = 'https://github.com/bekannax/OnlineChatSdk-Swift' - s.license = { :type => 'MIT', :file => 'LICENSE' } - s.authors = { 'bekannax' => 'bekannax@gmail.com' } - s.source = { :git => 'https://github.com/bekannax/OnlineChatSdk-Swift.git', :tag => s.version.to_s } - s.ios.deployment_target = '8.0' - s.source_files = 'OnlineChatSdk/Classes/**/*' +Pod::Spec.new do |spec| + spec.name = 'OnlineChatSdk' + spec.version = '0.0.3' + spec.summary = 'A small library containing a wrapper for the WKWebView.' + spec.swift_versions = '5.0' + spec.homepage = 'https://github.com/bekannax/OnlineChatSdk-Swift' + spec.license = { :type => 'MIT', :file => 'LICENSE' } + spec.authors = { 'bekannax' => 'bekannax@gmail.com' } + spec.source = { :git => 'https://github.com/bekannax/OnlineChatSdk-Swift.git', :tag => s.version.to_s } + spec.ios.deployment_target = '8.0' + spec.source_files = 'OnlineChatSdk/Classes/**/*' end