Skip to content

Commit

Permalink
Fixed podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Sneed committed Oct 19, 2020
1 parent 320308e commit 66c416d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Analytics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 66c416d

Please sign in to comment.