[Add] TextField (1.0.1)

This commit is contained in:
Victor Shabanov 2019-10-22 00:12:56 +03:00
parent f20e324327
commit 7bec9b0831
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
#
# 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