From b594887238b6f119e450aa653f577397a98c715c Mon Sep 17 00:00:00 2001 From: Jorge Ovalle Date: Thu, 18 Apr 2019 18:32:10 -0500 Subject: [PATCH] Update authors on Podspec --- WLEmptyState.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WLEmptyState.podspec b/WLEmptyState.podspec index b6ad275..524dd9c 100644 --- a/WLEmptyState.podspec +++ b/WLEmptyState.podspec @@ -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'