Skip to content

Commit 14ff2b6

Browse files
committed
cocoapods: fix spec
1 parent 141112b commit 14ff2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BatchExtension.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Pod::Spec.new do |spec|
1212

1313
spec.requires_arc = true
1414
spec.source_files = "Sources", "Sources/**/*.{h,m}", "Sources/**/*.swift"
15-
spec.public_header_files = "Classes/**/*.h"
15+
spec.public_header_files = "Sources/**/*.h"
1616
end

0 commit comments

Comments
 (0)