From 77c5b278fee274b21125db12bc96c606280f3f19 Mon Sep 17 00:00:00 2001 From: bekannax <48668214+bekannax@users.noreply.github.com> Date: Tue, 11 Feb 2020 18:07:44 +0700 Subject: [PATCH] Delete OnlineChatSdk.podspec --- OnlineChatSdk.podspec | 44 ------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 OnlineChatSdk.podspec diff --git a/OnlineChatSdk.podspec b/OnlineChatSdk.podspec deleted file mode 100644 index 44e3c05..0000000 --- a/OnlineChatSdk.podspec +++ /dev/null @@ -1,44 +0,0 @@ -# -# Be sure to run `pod lib lint OnlineChatSdk.podspec' to ensure this is a -# valid spec before submitting. -# -# Any lines starting with a # are optional, but their use is encouraged -# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html -# - -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' - -# 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 -TODO: Add long description of the pod here. -A small library containing a wrapper for the WKWebView. - DESC - - s.homepage = 'https://github.com/bekannax/OnlineChatSdk-Swift' - # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' - s.license = { :type => 'MIT', :file => 'LICENSE' } - s.author = { 'bekannax' => 'bekannax@gmail.com' } - s.source = { :git => 'https://github.com/bekannax/OnlineChatSdk-Swift.git', :tag => s.version.to_s } - # s.social_media_url = 'https://twitter.com/' - - s.ios.deployment_target = '8.0' - - s.source_files = 'OnlineChatSdk/Classes/**/*' - - # s.resource_bundles = { - # 'OnlineChatSdk' => ['OnlineChatSdk/Assets/*.png'] - # } - - # s.public_header_files = 'Pod/Classes/**/*.h' - # s.frameworks = 'UIKit', 'MapKit' - # s.dependency 'AFNetworking', '~> 2.3' -end