We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff26d8 commit 8ca5d7eCopy full SHA for 8ca5d7e
SHEmailValidator.podspec
@@ -17,7 +17,7 @@ An iOS library that will provide basic email syntax validation as well as provid
17
s.platform = :ios, '5.0'
18
s.requires_arc = true
19
20
- s.source = { :git => "https://github.com/spothero/SHEmailValidator.git", :tag => "v1.0.3" }
+ s.source = { :git => "https://github.com/spothero/SHEmailValidator.git", :tag => s.version.to_s }
21
s.source_files = 'SHEmailValidator', 'SHEmailValidator/*.{h,m}'
22
s.resources = 'SHEmailValidator/DomainData.plist'
23
0 commit comments