Skip to content

Commit

Permalink
ready for 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
younatics committed Nov 1, 2017
1 parent 55ff696 commit 4bad279
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Updates
## [v1.0.2](https://github.com/younatics/MediaBrowser/releases/tag/1.0.1)
## [v1.0.5](https://github.com/younatics/MediaBrowser/releases/tag/1.0.5)
* Release SDWebImage version

## [v1.0.2](https://github.com/younatics/MediaBrowser/releases/tag/1.0.2)
* Update SDWebImage Version

## [v1.0.1](https://github.com/younatics/MediaBrowser/releases/tag/1.0.1)
Expand Down
4 changes: 2 additions & 2 deletions MediaBrowser.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'MediaBrowser'
s.version = '1.0.4'
s.version = '1.0.5'
s.summary = 'A simple iOS photo and video browser with optional grid view, captions and selections written in Swift3.'

s.description = <<-DESCRIPTION
Expand Down Expand Up @@ -36,7 +36,7 @@ MediaBrowser can display one or more images or videos by providing either UIImag
s.frameworks = 'ImageIO', 'QuartzCore', 'AssetsLibrary', 'MediaPlayer'
s.weak_frameworks = 'Photos'

s.dependency 'SDWebImage', '~> 4.1.2'
s.dependency 'SDWebImage'
s.dependency 'UICircularProgressRing', '~> 1.7.2'

s.requires_arc = true
Expand Down

0 comments on commit 4bad279

Please sign in to comment.