Skip to content

Releases: gilesvangruisen/Swift-YouTube-Player

Fix XCSharedScheme

14 Jul 01:22
Compare
Choose a tag to compare
v0.7.2

Bump 0.7.2

Fix Carthage

23 Jun 18:29
Compare
Choose a tag to compare
v0.7.1

Bump 0.7.1

WKWebView

27 May 17:28
Compare
Choose a tag to compare

At long last! The transition from UIWebView to WKWebView is complete.

Please not, there are breaking changes associated with the move, as detailed in the README:

0.7.0 Transitioning from UIWebView (deprecated) to WKWebView required changing player calls which return values to be asynchronous. If you upgrade to 0.7.0, you will need to replace any call to either getCurrentTime() and getDuration() with its asynchronous equivalent, documented above.

Swift 5

10 May 00:05
Compare
Choose a tag to compare

Adds Swift 5 support

Swift 4.2

02 Nov 16:16
Compare
Choose a tag to compare
v0.5.1

add swift_version to podspec

Swift 4.2

01 Nov 02:20
Compare
Choose a tag to compare
v0.5.0

Bump version 0.4 -> 0.5

Swift 3.0

19 Dec 18:04
Compare
Choose a tag to compare
v0.4.0

Bump podspec version 0.3.0 -> 0.4.0

Swift 2.0

21 Sep 17:47
Compare
Choose a tag to compare

Includes updates for Swift 2 & a Cocoapods fix

0.2.1 Support Carthage

24 Jul 02:38
Compare
Choose a tag to compare

Fixes "Shared Scheme" issue when using Carthage for dependency management.

YouTubePlayer 0.2 (Swift 1.2)

20 Jun 17:24
Compare
Choose a tag to compare

Supports Swift 1.2 projects