Skip to content

Commit 391fead

Browse files
authored
Fix source_files file path in podspec
The addition of the Swift Package file changed the file path for the math parser's source files. This change updates the podspec with the new source_files file path.
1 parent 6ef82eb commit 391fead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DDMathParser.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
s.osx.deployment_target = '10.9'
1717
s.watchos.deployment_target = '2.0'
1818

19-
s.source_files = 'MathParser/*.{h,m,swift}'
19+
s.source_files = 'MathParser/Sources/MathParser/*.{h,m,swift}'
2020

2121
s.requires_arc = true
2222
s.module_name = 'MathParser'

0 commit comments

Comments
 (0)