Skip to content

Commit

Permalink
Modify podspec resource bundles location to fix missing images
Browse files Browse the repository at this point in the history
  • Loading branch information
meismyles committed Jan 10, 2017
1 parent 218520a commit 5b776e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftWebVC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SwiftWebVC'
s.version = '0.3.1'
s.version = '0.3.2'
s.summary = 'SwiftWebVC is a simple inline browser for your Swift iOS app.'

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -43,7 +43,7 @@ Pod::Spec.new do |s|
s.source_files = 'SwiftWebVC/**/*.swift'

s.resource_bundles = {
'SwiftWebVCResources' => ['SwiftWebVC/Resources/Media.xcassets']
'SwiftWebVCResources' => ['SwiftWebVC/Resources/*']
}

# s.public_header_files = 'Pod/Classes/**/*.h'
Expand Down

0 comments on commit 5b776e3

Please sign in to comment.