Skip to content

Commit d08a2f8

Browse files
committed
2.0.2
1 parent 5ab9f6e commit d08a2f8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [2.0.2](https://github.com/dingwilson/SwiftVideoBackground/tree/2.0.2)
4+
(2018-02-14)
5+
- Added observer to handle application state transition back to foreground
6+
37
## [2.0.1](https://github.com/dingwilson/SwiftVideoBackground/tree/2.0.1)
48
(2018-01-30)
59
- Added a basic test and travis-ci integration

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You can use [CocoaPods](http://cocoapods.org/) to install `SwiftVideoBackground`
3939

4040
For Swift 4:
4141
```ruby
42-
pod 'SwiftVideoBackground', '~> 2.0.0'
42+
pod 'SwiftVideoBackground', '~> 2.0'
4343
```
4444

4545
For Swift 3:

SwiftVideoBackground.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SwiftVideoBackground"
3-
s.version = "2.0.1"
3+
s.version = "2.0.2"
44
s.summary = "An easy to use Swift framework that creates a video background for any ViewController."
55
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"
66
s.homepage = "https://github.com/dingwilson/SwiftVideoBackground"

0 commit comments

Comments
 (0)