Skip to content

Commit

Permalink
podspec: fix public header location
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisain committed Nov 2, 2020
1 parent 401b134 commit 07da3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BatchExtension-ObjC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Pod::Spec.new do |spec|

spec.requires_arc = true
spec.source_files = "Sources", "Sources/**/*.{h,m,c}"
spec.public_header_files = "Classes/**/*.h"
spec.public_header_files = "Sources/Public/**/*.h"
end

0 comments on commit 07da3dc

Please sign in to comment.