Skip to content

Commit d2de934

Browse files
authored
Fixed podspec for version 2.0.1 (#32)
1 parent 5d745c4 commit d2de934

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

SpotHeroEmailValidator.podspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Pod::Spec.new do |spec|
44
# Root Specification
55
spec.name = 'SpotHeroEmailValidator'
66
spec.version = '2.0.1'
7+
8+
spec.swift_versions = ['5.1', '5.2']
79

810
spec.author = { 'SpotHero' => 'ios@spothero.com' }
911
spec.homepage = 'https://github.com/SpotHero/SpotHeroEmailValidator-iOS'
@@ -30,6 +32,6 @@ Pod::Spec.new do |spec|
3032
spec.requires_arc = true
3133

3234
# File Patterns
33-
spec.source_files = 'Sources/SpotHeroEmailValidator/**/*.{h,m}'
35+
spec.source_files = 'Sources/SpotHeroEmailValidator/**/*.{h,m,swift}'
3436
spec.resources = 'Sources/SpotHeroEmailValidator/data/DomainData.plist'
3537
end

0 commit comments

Comments
 (0)