Skip to content

Commit 6b89c03

Browse files
author
David Jonsén
committed
Added screenshot to .podspec
1 parent 9f302bc commit 6b89c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DJSemiModalViewController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.description = 'DJSemiModalViewController is a semi modal presentation dialog that grows with it´s added content. DJSemiModalViewController works for iPhone and iPad. The content is added to a UIStackView that is inside of an UIScrollView that adds scroll if needed. DJSemiModalViewController mimic the design of the standard NFC dialog on iPhone.'
1515

1616
s.homepage = 'https://github.com/davnag/DJSemiModalViewController'
17-
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
17+
s.screenshots = 'https://raw.githubusercontent.com/davnag/DJSemiModalViewController/master/screenshots_1.png'
1818
s.license = { :type => 'MIT', :file => 'LICENSE' }
1919
s.author = { 'David Jonsén' => '[email protected]' }
2020
s.source = { :git => 'https://github.com/davnag/DJSemiModalViewController.git', :tag => s.version.to_s }

0 commit comments

Comments
 (0)