Skip to content

Commit e1c498f

Browse files
committed
Moved resources to M13PDFKit resource bundle
1 parent e321b6e commit e1c498f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

M13PDFKit.podspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ 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}'
33+
34+
s.ios.resource_bundle = { 'M13PDFKitResources' => 'Resources/*' }
3335

3436
s.frameworks = 'Foundation', 'CoreGraphics', 'ImageIO', 'UIKit'
3537

0 commit comments

Comments
 (0)