Skip to content

Commit 54e6c37

Browse files
committed
Fixed references for langs folder in pods
1 parent d20ff1a commit 54e6c37

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

SwiftDate.podspec

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,5 @@ Pod::Spec.new do |s|
1414
s.source_files = 'Sources/**/*.swift'
1515
s.frameworks = "Foundation"
1616
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-
17+
s.resources = 'Sources/SwiftDate/Formatters/RelativeFormatter/langs'
2218
end

0 commit comments

Comments
 (0)