Skip loading image if already loaded #135.

This commit is contained in:
suzuki_keishi 2016-09-05 17:34:03 +09:00
parent bde450fcff
commit 9befa4cc10
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,10 @@
# Change Log
## 3.0.x
## 3.0.1 2016-9
#### Fixed
- Skip loading image if already loaded #135
Released on 2016-8
#### Some Interface is removed, changed this version.

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SKPhotoBrowser"
s.version = "3.0.0"
s.version = "3.0.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" }