Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
younatics committed Sep 12, 2017
1 parent c0edaa4 commit 0ab2cd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Updates

## [v0.3.4](https://github.com/younatics/MediaBrowser/releases/tag/0.3.4)
* change podspec

## [v0.3.3](https://github.com/younatics/MediaBrowser/releases/tag/0.3.3)
* add setCurrentIndex method

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 = '0.3.3'
s.version = '0.3.4'
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.0'
s.dependency 'SDWebImage', '~> 4.1'
s.dependency 'UICircularProgressRing', '~> 1.7.2'

s.requires_arc = true
Expand Down

0 comments on commit 0ab2cd0

Please sign in to comment.