Skip to content

Commit

Permalink
Podspec update; removing unused resources
Browse files Browse the repository at this point in the history
  • Loading branch information
woko committed Feb 24, 2020
1 parent 1bdd8cf commit 67a3849
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SwiftWidgets.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/woko666/SwiftWidgets.git", :tag => "#{s.version}"}
s.framework = 'UIKit'
s.source_files = 'Source/**/*.swift'
s.resources = 'Source/**/*.xib'
s.resource_bundles = { 'SW' => 'Source/**/*.xcassets' }
s.frameworks = 'UIKit'
s.dependency 'SnapKit'
s.dependency 'Kingfisher'
s.dependency 'DTCoreText'
s.dependency 'Nantes'

end
end

0 comments on commit 67a3849

Please sign in to comment.