Skip to content

Commit

Permalink
Deprecated SHEmailValidator in favor of SpotHeroEmailValidator
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrelling committed Oct 8, 2019
1 parent 7317334 commit 2e032b7
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions SHEmailValidator.podspec
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
Pod::Spec.new do |s|

# SHEmailValidator now goes by SpotHeroEmailValidator
s.deprecated_in_favor_of = 'SpotHeroEmailValidator'

s.name = "SHEmailValidator"
s.license = 'Apache License, Version 2.0'
s.version = "1.0.5"
s.version = "1.0.6"
s.summary = "iOS Email Validator"

s.description = <<-DESC
An iOS library that will provide basic email syntax validation as well as provide suggestions for possible typos (for example, test@gamil.con would be corrected to test@gmail.com).
DESC

s.homepage = "https://github.com/spothero/SHEmailValidator"
s.screenshots = "https://raw.githubusercontent.com/spothero/SHEmailValidator/master/Screenshots/Screenshot%201.png", "https://raw.githubusercontent.com/spothero/SHEmailValidator/master/Screenshots/Screenshot%202.png", "https://raw.githubusercontent.com/spothero/SHEmailValidator/master/Screenshots/Screenshot%203.png"
s.homepage = "https://github.com/spothero/SpotHeroEmailValidator-iOS"
s.screenshots = "https://raw.githubusercontent.com/spothero/SpotHeroEmailValidator-iOS/master/Screenshots/Screenshot%201.png", "https://raw.githubusercontent.com/spothero/SpotHeroEmailValidator-iOS/master/Screenshots/Screenshot%202.png", "https://raw.githubusercontent.com/spothero/SpotHeroEmailValidator-iOS/master/Screenshots/Screenshot%203.png"

s.authors = { "spothero" => "admin@spothero.com", "EricKuck" => "eric@spothero.com" }

s.platform = :ios, '5.0'
s.requires_arc = true

s.source = { :git => "https://github.com/spothero/SHEmailValidator.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/spothero/SpotHeroEmailValidator-iOS.git", :tag => s.version.to_s }
s.source_files = 'SHEmailValidator', 'SHEmailValidator/*.{h,m}'
s.resources = 'SHEmailValidator/DomainData.plist'

Expand Down

0 comments on commit 2e032b7

Please sign in to comment.