From 54e6c3700202d09413840d117b57adadbdf2d7fc Mon Sep 17 00:00:00 2001 From: Daniele Margutti Date: Sun, 12 May 2019 00:57:53 +0200 Subject: [PATCH] Fixed references for langs folder in pods --- SwiftDate.podspec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/SwiftDate.podspec b/SwiftDate.podspec index 995f2ab7..b4a2f2e9 100644 --- a/SwiftDate.podspec +++ b/SwiftDate.podspec @@ -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