Skip to content

Commit e321b6e

Browse files
committed
Added TTOpenInAppActivity dependency to podspec
1 parent bf750b0 commit e321b6e

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,9 +29,11 @@ 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}', 'Resources/*'
3333

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

3636
s.requires_arc = true
37+
38+
s.dependency 'TTOpenInAppActivity'
3739
end

0 commit comments

Comments
 (0)