Skip to content

Commit 2e032b7

Browse files
committed
Deprecated SHEmailValidator in favor of SpotHeroEmailValidator
1 parent 7317334 commit 2e032b7

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

SHEmailValidator.podspec

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
11
Pod::Spec.new do |s|
22

3+
# SHEmailValidator now goes by SpotHeroEmailValidator
4+
s.deprecated_in_favor_of = 'SpotHeroEmailValidator'
5+
36
s.name = "SHEmailValidator"
47
s.license = 'Apache License, Version 2.0'
5-
s.version = "1.0.5"
8+
s.version = "1.0.6"
69
s.summary = "iOS Email Validator"
710

811
s.description = <<-DESC
912
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).
1013
DESC
1114

12-
s.homepage = "https://github.com/spothero/SHEmailValidator"
13-
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"
15+
s.homepage = "https://github.com/spothero/SpotHeroEmailValidator-iOS"
16+
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"
1417

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

1720
s.platform = :ios, '5.0'
1821
s.requires_arc = true
1922

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

0 commit comments

Comments
 (0)