Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dingwilson committed Feb 14, 2018
1 parent 5ab9f6e commit d08a2f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [2.0.2](https://github.com/dingwilson/SwiftVideoBackground/tree/2.0.2)
(2018-02-14)
- Added observer to handle application state transition back to foreground

## [2.0.1](https://github.com/dingwilson/SwiftVideoBackground/tree/2.0.1)
(2018-01-30)
- Added a basic test and travis-ci integration
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ You can use [CocoaPods](http://cocoapods.org/) to install `SwiftVideoBackground`

For Swift 4:
```ruby
pod 'SwiftVideoBackground', '~> 2.0.0'
pod 'SwiftVideoBackground', '~> 2.0'
```

For Swift 3:
Expand Down
2 changes: 1 addition & 1 deletion SwiftVideoBackground.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftVideoBackground"
s.version = "2.0.1"
s.version = "2.0.2"
s.summary = "An easy to use Swift framework that creates a video background for any ViewController."
s.description = "SwiftVideoBackground is an easy to use Swift framework that provides the ability to play a video on any UIView. This provides a beautiful UI for login screens, or splash pages, as implemented by Spotify and many others"
s.homepage = "https://github.com/dingwilson/SwiftVideoBackground"
Expand Down

0 comments on commit d08a2f8

Please sign in to comment.