Files
DTTextField/DTTextField.podspec
T
Dhaval Thanki bf8036ccf0 Following raised issue resolved
#12 Underlining mode of UI
#14 NSAttributedStringKey doesn't work
#15 Font Size of Floating Label
#17 Problem with foregroundColor
#18 The text is positioned above the top line using the dtlayer property. Using Xcode 10 and Swift 4.2
#19 This library not working in Xcode 10.1 & swift 4.2
2020-04-11 13:31:55 +05:30

30 lines
944 B
Ruby

#
# Be sure to run `pod lib lint DTTextField.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 http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'DTTextField'
s.version = '0.4.0'
s.summary = 'DTTextField is UITextField library.'
s.description = <<-DESC
DTTextField is UITextField library with floating and error label.
DESC
s.homepage = 'https://github.com/iDhaval/DTTextField'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Dhaval Thanki' => 'dhaval.thanki@gmail.com' }
s.source = { :git => 'https://github.com/iDhaval/DTTextField.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.source_files = 'DTTextField/Classes/*.{swift}'
s.frameworks = 'UIKit'
end