Skip to content

Commit 8ca5d7e

Browse files
Make git tag tied to version
1 parent 5ff26d8 commit 8ca5d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SHEmailValidator.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ An iOS library that will provide basic email syntax validation as well as provid
1717
s.platform = :ios, '5.0'
1818
s.requires_arc = true
1919

20-
s.source = { :git => "https://github.com/spothero/SHEmailValidator.git", :tag => "v1.0.3" }
20+
s.source = { :git => "https://github.com/spothero/SHEmailValidator.git", :tag => s.version.to_s }
2121
s.source_files = 'SHEmailValidator', 'SHEmailValidator/*.{h,m}'
2222
s.resources = 'SHEmailValidator/DomainData.plist'
2323

0 commit comments

Comments
 (0)