Skip to content

Commit

Permalink
Fixed podspec for version 2.0.1 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrelling committed May 8, 2020
1 parent 5d745c4 commit d2de934
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SpotHeroEmailValidator.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Pod::Spec.new do |spec|
# Root Specification
spec.name = 'SpotHeroEmailValidator'
spec.version = '2.0.1'

spec.swift_versions = ['5.1', '5.2']

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

# File Patterns
spec.source_files = 'Sources/SpotHeroEmailValidator/**/*.{h,m}'
spec.source_files = 'Sources/SpotHeroEmailValidator/**/*.{h,m,swift}'
spec.resources = 'Sources/SpotHeroEmailValidator/data/DomainData.plist'
end

0 comments on commit d2de934

Please sign in to comment.