We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278e984 commit bf750b0Copy full SHA for bf750b0
M13PDFKit.podspec
@@ -29,7 +29,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
29
30
s.source = { :git => "https://github.com/Marxon13/M13PDFKit.git", :tag => "v1.0.0"}
31
32
- s.source_files = 'Classes/**/*.{h,m}, Resources/*'
+ s.source_files = 'Classes/**/*.{h,m}', 'Resources/*'
33
34
s.frameworks = 'Foundation', 'CoreGraphics', 'ImageIO', 'UIKit'
35
0 commit comments