Skip to content

Commit cf14f0b

Browse files
committed
Merge pull request #3 from martinjo/master
Updated podspec with dependency and correct syntax to reference source code and resources
2 parents dedd2dc + e1c498f commit cf14f0b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

M13PDFKit.podspec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,13 @@ 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/*', '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

3638
s.requires_arc = true
39+
40+
s.dependency 'TTOpenInAppActivity'
3741
end

0 commit comments

Comments
 (0)