Skip to content

Commit

Permalink
Merge pull request #3 from martinjo/master
Browse files Browse the repository at this point in the history
Updated podspec with dependency and correct syntax to reference source code and resources
  • Loading branch information
Marxon13 committed Mar 1, 2015
2 parents dedd2dc + e1c498f commit cf14f0b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion M13PDFKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,13 @@ 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/*', 'Resources/*'
s.source_files = 'Classes/**/*.{h,m}'

s.ios.resource_bundle = { 'M13PDFKitResources' => 'Resources/*' }

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

s.requires_arc = true

s.dependency 'TTOpenInAppActivity'
end

0 comments on commit cf14f0b

Please sign in to comment.