Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0783b82094 | |||
| eab1bf4f68 |
+3
-3
@@ -9,7 +9,7 @@
|
||||
Pod::Spec.new do |s|
|
||||
|
||||
s.name = 'DTTextField'
|
||||
s.version = '0.6.0'
|
||||
s.version = '0.7.0'
|
||||
s.summary = 'DTTextField is UITextField library.'
|
||||
|
||||
s.description = <<-DESC
|
||||
@@ -18,8 +18,8 @@ DTTextField is UITextField library with floating and error label.
|
||||
|
||||
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.author = { 'Dhaval Thanki' => 'dhavaldthanki@gmail.com' }
|
||||
s.source = { :git => 'https://github.com/iDhaval/DTTextField.git', :tag => s.version }
|
||||
|
||||
s.ios.deployment_target = '9.0'
|
||||
s.swift_version = '5.0'
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2020 Dhaval Thanki
|
||||
Copyright (c) 2022 Dhaval Thanki
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# DTTextField
|
||||
|
||||
[](https://github.com/iDhaval/DTTextField/releases/tag/0.6.0)
|
||||
[](https://github.com/iDhaval/DTTextField/releases/tag/0.7.0)
|
||||
[](https://github.com/iDhaval/DTTextField/blob/master/LICENSE)
|
||||
[](https://github.com/matteocrippa/awesome-swift)
|
||||
[](https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/)
|
||||
|
||||
Reference in New Issue
Block a user