Skip to content

Commit

Permalink
Merge pull request #160 from jszumski/fix-logging-ui-spec
Browse files Browse the repository at this point in the history
Remove unused `.swift` extension from AardvarkLoggingUI's podspec
  • Loading branch information
Justin Martin authored Sep 20, 2024
2 parents 0e0dae9 + f0e5f2f commit 2db5f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AardvarkLoggingUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.swift_version = '5.0'
s.ios.deployment_target = '14.0'

s.source_files = 'Sources/AardvarkLoggingUI/**/*.{h,m,swift}'
s.source_files = 'Sources/AardvarkLoggingUI/**/*.{h,m}'
s.private_header_files = 'Sources/AardvarkLoggingUI/**/*_Testing.h', 'Sources/AardvarkLoggingUI/PrivateCategories/*.h'

s.dependency 'CoreAardvark', '~> 4.0'
Expand Down

0 comments on commit 2db5f46

Please sign in to comment.