From 4f45136a6d0ae7f6cce32769eaaba15790d9a26a Mon Sep 17 00:00:00 2001 From: Victor Shabanov Date: Tue, 22 Oct 2019 00:29:15 +0300 Subject: [PATCH] Revert "[Add] TextField (1.0.1)" This reverts commit 7bec9b08310d655eb8c4ffc808206f339ff66f24. --- TextField/1.0.1/TextField.podspec | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 TextField/1.0.1/TextField.podspec diff --git a/TextField/1.0.1/TextField.podspec b/TextField/1.0.1/TextField.podspec deleted file mode 100644 index 4c3566f..0000000 --- a/TextField/1.0.1/TextField.podspec +++ /dev/null @@ -1,27 +0,0 @@ -# -# Be sure to run `pod lib lint TextField.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 = 'TextField' - s.version = '1.0.1' - s.summary = 'Extended version of UITextField.' - - s.description = <<-DESC -Extended version of UITextField. Lightweight implementation with helpful additional elements and objects. - DESC - - s.homepage = 'https://github.com/viveron/TextField' - s.license = { :type => 'MIT', :file => 'LICENSE' } - s.author = { 'viveron' => 'shabanov.dev.git@gmail.com' } - s.source = { :git => 'https://github.com/viveron/TextField.git', :tag => s.version.to_s } - - s.ios.deployment_target = '9.0' - s.swift_version = '5.0' - - s.source_files = 'TextField/Classes/**/*' -end