diff --git a/TIFoundationUtils/TIFoundationUtils.podspec b/TIFoundationUtils/TIFoundationUtils.podspec index 5ad8eff1..1881b9d8 100644 --- a/TIFoundationUtils/TIFoundationUtils.podspec +++ b/TIFoundationUtils/TIFoundationUtils.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| s.exclude_files = s.name + '.app' else s.source_files = s.name + '/' + sources - s.exclude_files = s.name + '/*.app' + s.exclude_files = s.name + '/*.app', '**/NefPlaygroundSupport.swift' end s.dependency 'TISwiftUtils', s.version.to_s