Skip to content

Commit

Permalink
Fixed references for langs folder in pods
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed May 11, 2019
1 parent d20ff1a commit 54e6c37
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions SwiftDate.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,5 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/**/*.swift'
s.frameworks = "Foundation"
s.swift_version = "5.0"
s.resource_bundles = {
'SwiftDate' => ['SwiftDate/**/*.{png,storyboard,lproj,xcassets,xib,json}']
}
s.resources = 'IndomioCore/**/*.{png,storyboard,lproj,xcassets,xib,json}'

s.resources = 'Sources/SwiftDate/Formatters/RelativeFormatter/langs'
end

0 comments on commit 54e6c37

Please sign in to comment.