From 95970f46d389711c67e9071204b30ab60f4f4af3 Mon Sep 17 00:00:00 2001 From: Kaom Te Date: Wed, 30 Sep 2020 23:06:12 -0400 Subject: [PATCH] Only include swift files in sources. This fixes the 'Unexpected duplicate tasks' by including the files only in the bundle. --- SwiftDataTables.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftDataTables.podspec b/SwiftDataTables.podspec index 0085be6..e3d39ad 100755 --- a/SwiftDataTables.podspec +++ b/SwiftDataTables.podspec @@ -31,7 +31,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '9.0' s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' } - s.source_files = 'SwiftDataTables/**/*' + s.source_files = 'SwiftDataTables/**/*.swift' s.resources = 'SwiftDataTables/SwiftDataTables.bundle' end