Skip to content

Commit bf750b0

Browse files
committed
Fixed wrong syntax.
1 parent 278e984 commit bf750b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

M13PDFKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
2929

3030
s.source = { :git => "https://github.com/Marxon13/M13PDFKit.git", :tag => "v1.0.0"}
3131

32-
s.source_files = 'Classes/**/*.{h,m}, Resources/*'
32+
s.source_files = 'Classes/**/*.{h,m}', 'Resources/*'
3333

3434
s.frameworks = 'Foundation', 'CoreGraphics', 'ImageIO', 'UIKit'
3535

0 commit comments

Comments
 (0)