2 Commits

Author SHA1 Message Date
Dhaval Thanki 0783b82094 Version 0.7.0 release 2022-01-23 23:23:32 +05:30
Dhaval Thanki eab1bf4f68 Update README.md 2022-01-23 22:55:37 +05:30
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -1,6 +1,6 @@
# DTTextField
[![Version](https://img.shields.io/badge/Pod-V0.4.0-green.svg)](https://github.com/iDhaval/DTTextField/releases/tag/0.6.0)
[![Version](https://img.shields.io/badge/Pod-V0.7.0-green.svg)](https://github.com/iDhaval/DTTextField/releases/tag/0.7.0)
[![License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/iDhaval/DTTextField/blob/master/LICENSE)
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/matteocrippa/awesome-swift)
[![Platform](https://img.shields.io/badge/Language-Swift_5.0-orange.svg)](https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/)