Skip to content

Commit

Permalink
Merge pull request #22 from wizeline/hotfix/swift-flag
Browse files Browse the repository at this point in the history
Add swift flag and update version
  • Loading branch information
Jorge R Ovalle Z authored Apr 18, 2019
2 parents 4eec126 + 0a15315 commit f0047b6
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' => '[email protected]' }
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 f0047b6

Please sign in to comment.