From e1c498fc07d69b3a24f4fb27a09b80dce00e404f Mon Sep 17 00:00:00 2001 From: Martin Johansson Date: Sat, 28 Feb 2015 18:46:45 +0100 Subject: [PATCH] Moved resources to M13PDFKit resource bundle --- M13PDFKit.podspec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/M13PDFKit.podspec b/M13PDFKit.podspec index 99e41db..a2e55b3 100644 --- a/M13PDFKit.podspec +++ b/M13PDFKit.podspec @@ -29,7 +29,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI s.source = { :git => "https://github.com/Marxon13/M13PDFKit.git", :tag => "v1.0.0"} - s.source_files = 'Classes/**/*.{h,m}', 'Resources/*' + s.source_files = 'Classes/**/*.{h,m}' + + s.ios.resource_bundle = { 'M13PDFKitResources' => 'Resources/*' } s.frameworks = 'Foundation', 'CoreGraphics', 'ImageIO', 'UIKit'