Skip to content

Commit 66c416d

Browse files
author
Brandon Sneed
committed
Fixed podspec
1 parent 320308e commit 66c416d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Analytics.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
2222
s.frameworks = 'Security', 'StoreKit', 'SystemConfiguration', 'UIKit'
2323

2424
s.source_files = [
25-
'Segment/Classes/**/*',
26-
'Segment/Internal/**/*'
25+
'Segment/Classes/**/*.{h,m}',
26+
'Segment/Internal/**/*.{h,m}'
2727
]
2828
end

0 commit comments

Comments
 (0)