We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bdd8cf commit 67a3849Copy full SHA for 67a3849
SwiftWidgets.podspec
@@ -12,12 +12,11 @@ Pod::Spec.new do |s|
12
s.source = { :git => "https://github.com/woko666/SwiftWidgets.git", :tag => "#{s.version}"}
13
s.framework = 'UIKit'
14
s.source_files = 'Source/**/*.swift'
15
- s.resources = 'Source/**/*.xib'
16
s.resource_bundles = { 'SW' => 'Source/**/*.xcassets' }
17
s.frameworks = 'UIKit'
18
s.dependency 'SnapKit'
19
s.dependency 'Kingfisher'
20
s.dependency 'DTCoreText'
21
s.dependency 'Nantes'
22
23
-end
+end
0 commit comments