Skip to content

Commit

Permalink
update to support xcode 10 + swift 4
Browse files Browse the repository at this point in the history
  • Loading branch information
miketsprague committed Jan 23, 2019
1 parent 457c782 commit 7203fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HideShowPasswordTextField.podspec
@@ -1,14 +1,14 @@
Pod::Spec.new do |spec|
spec.name = 'HideShowPasswordTextField'
spec.version = '0.2'
spec.version = '0.3'
spec.summary = 'Password visibility toggle text field'
spec.description = 'An easy to use UITextField subclass that adds a visibility toggle and an optional validation checkmark'
spec.homepage = 'https://github.com/Guidebook/HideShowPasswordTextField'
spec.license = { type: 'MIT', file: 'LICENSE' }
spec.source = { git: 'https://github.com/Guidebook/HideShowPasswordTextField.git', tag: "v#{spec.version}" }
spec.author = { 'Guidebook' => 'developers@guidebook.com', 'Pete Lada' => 'peter@guidebook.com', 'Mike Sprague' => 'mike@guidebook.com', 'Pete Andersen' => 'pandersen@guidebook.com' }

spec.platform = :ios, '8.0'
spec.platform = :ios, '9.0'
spec.frameworks = 'UIKit'
spec.source_files = 'HideShowPasswordTextField/*.{h,m,swift}'
spec.resources = ['HideShowPasswordTextField/*.{png,xib}']
Expand Down

0 comments on commit 7203fdc

Please sign in to comment.