Skip to content

Commit 5e0e71d

Browse files
committed
added screenshots to podspec
1 parent 0d74c67 commit 5e0e71d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

THPinViewController.podspec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ Pod::Spec.new do |s|
88
* Buttons can show numbers and letters or only numbers
99
* Background and tint colors as well as text and color of the prompt can be customized
1010
DESC
11-
s.homepage = 'https://github.com/antiraum/THPinViewController'
11+
s.homepage = 'https://github.com/antiraum/THPinViewController'
1212
s.license = 'MIT'
1313
s.author = { "Thomas Heß" => "[email protected]" }
1414
s.platform = :ios, '7.0'
1515
s.source = { :git => "https://github.com/antiraum/THPinViewController.git", :tag => "1.1.2" }
16-
s.source_files = 'THPinViewController'
16+
s.source_files = 'THPinViewController'
1717
s.requires_arc = true
18+
s.screenshots = [ "https://raw.githubusercontent.com/antiraum/THPinViewController/master/THPinViewController_iphone_4inch.png",
19+
"https://raw.githubusercontent.com/antiraum/THPinViewController/master/THPinViewController_iphone_3-5inch.png",
20+
"https://raw.githubusercontent.com/antiraum/THPinViewController/master/THPinViewController_ipad.png" ]
1821
end

0 commit comments

Comments
 (0)