update podspec

This commit is contained in:
Alexsander Khitev 2016-04-05 18:44:58 +04:00
parent 9777879583
commit 3a399a85d7
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SKPhotoBrowser"
s.version = "1.8.0"
s.version = "1.8.1"
s.summary = "Simple PhotoBrowser/Viewer inspired by facebook, twitter photo browsers written by swift2.0."
s.homepage = "https://github.com/suzuki-0000/SKPhotoBrowser"
s.license = { :type => "MIT", :file => "LICENSE" }

View File

@ -77,8 +77,6 @@ public class SKZoomingScrollView: UIScrollView, UIScrollViewDelegate, SKDetectin
public override func layoutSubviews() {
tapView.frame = bounds
//
indicatorView.frame = frame
super.layoutSubviews()