From dcbe3c1c3e80c10ab696966593ef903057b5dd45 Mon Sep 17 00:00:00 2001 From: Amir Abbas Mousavian Date: Wed, 27 Jul 2016 15:19:41 +0430 Subject: [PATCH] Updated sourcefiles tag --- FileProvider.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FileProvider.podspec b/FileProvider.podspec index af27f58..7f4e761 100644 --- a/FileProvider.podspec +++ b/FileProvider.podspec @@ -93,7 +93,7 @@ Pod::Spec.new do |s| # Not including the public_header_files will make all headers public. # - s.source_files = "Sources/*.swift" + s.source_files = "Sources/**/*.swift" s.exclude_files = "Sources/Exclude" # s.public_header_files = "Classes/**/*.h"