From 66c416d06646dc042f7963ccd6787ef30e127adc Mon Sep 17 00:00:00 2001 From: Brandon Sneed Date: Mon, 19 Oct 2020 15:00:13 -0700 Subject: [PATCH] Fixed podspec --- Analytics.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Analytics.podspec b/Analytics.podspec index bb3da52f5..30168b522 100644 --- a/Analytics.podspec +++ b/Analytics.podspec @@ -22,7 +22,7 @@ Pod::Spec.new do |s| s.frameworks = 'Security', 'StoreKit', 'SystemConfiguration', 'UIKit' s.source_files = [ - 'Segment/Classes/**/*', - 'Segment/Internal/**/*' + 'Segment/Classes/**/*.{h,m}', + 'Segment/Internal/**/*.{h,m}' ] end