Skip to content

Commit

Permalink
Moved resources to M13PDFKit resource bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjo committed Feb 28, 2015
1 parent e321b6e commit e1c498f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion M13PDFKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit e1c498f

Please sign in to comment.