Revert "[Add] TextField (1.0.1)"

This reverts commit 7bec9b0831.
This commit is contained in:
Victor Shabanov 2019-10-22 00:29:15 +03:00
parent 7bec9b0831
commit 4f45136a6d
1 changed files with 0 additions and 27 deletions

View File

@ -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