Skip to content

Commit

Permalink
Merge pull request #16 from cashapp/entin/nonexistent-path-pod
Browse files Browse the repository at this point in the history
Only include Swift files in CocoaPods sources
  • Loading branch information
NickEntin committed Feb 13, 2024
2 parents c9831f4 + 811fe81 commit f859b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AardvarkCrashReport.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|

s.static_framework = true

s.source_files = 'Sources/AardvarkCrashReport/**/*.{h,m,swift}'
s.source_files = 'Sources/AardvarkCrashReport/**/*.swift'

s.dependency 'Aardvark', '~> 4.0'
s.dependency 'PLCrashReporter', '~> 1.10'
Expand Down

0 comments on commit f859b53

Please sign in to comment.