Skip to content

Commit

Permalink
Merge pull request #23 from wizeline/hotfix/authors
Browse files Browse the repository at this point in the history
Update authors on Podspec
  • Loading branch information
Jorge R Ovalle Z authored Apr 18, 2019
2 parents f0047b6 + b594887 commit 1cbfd41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WLEmptyState.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'WLEmptyState'
s.version = '1.0.1'
s.version = '1.0.2'
s.summary = 'Custom view for Empty states on tables'

s.description = 'A control to display a place holder in case there\'s no data on a UITableView'
s.homepage = 'https://github.com/wizeline/WLEmptyState'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'lojals' => 'jorge.ovalle@wizeline.com' }
s.author = { 'Wizeline iOS Team' => 'ios.open@wizeline.com' }
s.source = { :git => 'https://github.com/wizeline/WLEmptyState.git', :tag => s.version.to_s }

s.ios.deployment_target = '9.0'
Expand Down

0 comments on commit 1cbfd41

Please sign in to comment.