File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,14 @@ Pod::Spec.new do |s|
8
8
* Buttons can show numbers and letters or only numbers
9
9
* Background and tint colors as well as text and color of the prompt can be customized
10
10
DESC
11
- s . homepage = 'https://github.com/antiraum/THPinViewController'
11
+ s . homepage = 'https://github.com/antiraum/THPinViewController'
12
12
s . license = 'MIT'
13
13
s . author = { "Thomas Heß" => "[email protected] " }
14
14
s . platform = :ios , '7.0'
15
15
s . source = { :git => "https://github.com/antiraum/THPinViewController.git" , :tag => "1.1.2" }
16
- s . source_files = 'THPinViewController'
16
+ s . source_files = 'THPinViewController'
17
17
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" ]
18
21
end
You can’t perform that action at this time.
0 commit comments