Releases: gilesvangruisen/Swift-YouTube-Player
Releases · gilesvangruisen/Swift-YouTube-Player
Fix XCSharedScheme
v0.7.2 Bump 0.7.2
Fix Carthage
v0.7.1 Bump 0.7.1
WKWebView
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
Adds Swift 5 support
Swift 4.2
v0.5.1 add swift_version to podspec
Swift 4.2
v0.5.0 Bump version 0.4 -> 0.5
Swift 3.0
v0.4.0 Bump podspec version 0.3.0 -> 0.4.0
Swift 2.0
Includes updates for Swift 2 & a Cocoapods fix
0.2.1 Support Carthage
Fixes "Shared Scheme" issue when using Carthage for dependency management.
YouTubePlayer 0.2 (Swift 1.2)
Supports Swift 1.2 projects