We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20ff1a commit 54e6c37Copy full SHA for 54e6c37
1 file changed
SwiftDate.podspec
@@ -14,9 +14,5 @@ Pod::Spec.new do |s|
14
s.source_files = 'Sources/**/*.swift'
15
s.frameworks = "Foundation"
16
s.swift_version = "5.0"
17
- s.resource_bundles = {
18
- 'SwiftDate' => ['SwiftDate/**/*.{png,storyboard,lproj,xcassets,xib,json}']
19
- }
20
- s.resources = 'IndomioCore/**/*.{png,storyboard,lproj,xcassets,xib,json}'
21
-
+ s.resources = 'Sources/SwiftDate/Formatters/RelativeFormatter/langs'
22
end
0 commit comments