Version 2.4.0
- Support for tvOS. (#182)
- Replaced deprecated methods and classes: now using
NSURLSession
instead ofNSURLConnection
internally. (#190, #210) - Support for Objective-C generics where applicable.
- The
XCDYouTubeVideoOperation
class has changed back from a synchronous to an asynchronous operation and can be started on the main thread.