Skip to content

Commit 67a3849

Browse files
author
woko
committed
Podspec update; removing unused resources
1 parent 1bdd8cf commit 67a3849

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SwiftWidgets.podspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ Pod::Spec.new do |s|
1212
s.source = { :git => "https://github.com/woko666/SwiftWidgets.git", :tag => "#{s.version}"}
1313
s.framework = 'UIKit'
1414
s.source_files = 'Source/**/*.swift'
15-
s.resources = 'Source/**/*.xib'
1615
s.resource_bundles = { 'SW' => 'Source/**/*.xcassets' }
1716
s.frameworks = 'UIKit'
1817
s.dependency 'SnapKit'
1918
s.dependency 'Kingfisher'
2019
s.dependency 'DTCoreText'
2120
s.dependency 'Nantes'
2221

23-
end
22+
end

0 commit comments

Comments
 (0)