Skip to content

Commit

Permalink
Merge pull request #21 from wizeline/fix/update-podspec
Browse files Browse the repository at this point in the history
Update version on Podspec
  • Loading branch information
Jorge R Ovalle Z authored Apr 18, 2019
2 parents 109aaeb + 50594c3 commit 4eec126
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions WLEmptyState.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
#
# Be sure to run `pod lib lint WLEmptyState.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#

Pod::Spec.new do |s|
s.name = 'WLEmptyState'
s.version = '0.1.0'
s.version = '1.0.0'
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'
Expand All @@ -25,8 +17,4 @@ Pod::Spec.new do |s|
s.resource_bundles = {
'WLEmptyState' => ['WLEmptyState/Assets/Assets.xcassets']
}

# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
end

0 comments on commit 4eec126

Please sign in to comment.