From ebbeaa47e65b89d9912b2a182e46cedbc8172bfd Mon Sep 17 00:00:00 2001 From: Andrey Blinov Date: Mon, 1 Jun 2020 14:43:33 +0700 Subject: [PATCH] update podspec --- OnlineChatSdk.podspec | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 OnlineChatSdk.podspec diff --git a/OnlineChatSdk.podspec b/OnlineChatSdk.podspec new file mode 100644 index 0000000..f25b723 --- /dev/null +++ b/OnlineChatSdk.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |spec| + s.name = 'OnlineChatSdk' + 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' } + 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/**/*' +end