Skip to content

Commit

Permalink
Add swift flag and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Ovalle committed Apr 18, 2019
1 parent 4eec126 commit 0a15315
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,17 +1,17 @@
Pod::Spec.new do |s|
s.name = 'WLEmptyState'
s.version = '1.0.0'
s.version = '1.0.1'
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.source = { :git => 'https://github.com/wizeline/WLEmptyState.git', :tag => s.version.to_s }

s.ios.deployment_target = '9.0'
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }
s.swift_version = '4.0'
s.source_files = 'WLEmptyState/Classes/**/*'

s.resource_bundles = {
Expand Down

0 comments on commit 0a15315

Please sign in to comment.