Skip to content

Commit

Permalink
ready for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Seunyoun Yi committed Oct 2, 2017
1 parent cb0d38d commit e07b481
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

## [v1.0.0](https://github.com/younatics/MediaBrowser/releases/tag/1.0.0)
* Update version

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

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.4.6'
s.version = '1.0.0'
s.summary = 'A simple iOS photo and video browser with optional grid view, captions and selections written in Swift3.'

s.description = <<-DESCRIPTION
Expand All @@ -31,7 +31,7 @@ MediaBrowser can display one or more images or videos by providing either UIImag
s.source_files = 'MediaBrowser/*.swift'
s.resources = "MediaBrowser/*.xcassets"

s.ios.deployment_target = '8.0'
s.ios.deployment_target = '8.1'

s.frameworks = 'ImageIO', 'QuartzCore', 'AssetsLibrary', 'MediaPlayer'
s.weak_frameworks = 'Photos'
Expand Down

0 comments on commit e07b481

Please sign in to comment.