Skip to content

Commit

Permalink
Use "resource_bundle" instead of "resources" in podspec (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
atom-wintermute authored Jul 28, 2021
1 parent 70a3560 commit 6c4c886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftTweaks.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|

s.source = { :git => "https://github.com/Khan/SwiftTweaks.git", :tag => "v4.1.2", :submodules => true }
s.source_files = "SwiftTweaks/**/*.swift"
s.resources = "SwiftTweaks/*.xcassets"
s.resource_bundles = { 'SwiftTweaks' => ['SwiftTweaks/Media.xcassets/**/*'] }

s.swift_version = "5.0"

Expand Down

0 comments on commit 6c4c886

Please sign in to comment.