Skip to content

Commit

Permalink
Restructured in attempt 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 064af83 commit 218520a
Show file tree
Hide file tree
Showing 26 changed files with 79 additions and 103 deletions.
178 changes: 77 additions & 101 deletions Example/SwiftWebVCExample.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Binary file not shown.
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.0'
s.version = '0.3.1'
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/Assets/Media.xcassets']
'SwiftWebVCResources' => ['SwiftWebVC/Resources/Media.xcassets']
}

# s.public_header_files = 'Pod/Classes/**/*.h'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 218520a

Please sign in to comment.