Latest | 1.1.0 |
---|---|
Homepage | https://github.com/acrookston/ACRObservingPlayerItem |
License | MIT |
Platforms | ios 7.0, requires ARC |
Frameworks | AVFoundation |
Authors |
no README.md available
Latest podspec
{ "name": "ACRObservingPlayerItem", "version": "1.1.0", "summary": "An AVPlayerItem subclass which helps with handling video playback key-value observation.", "description": " I was getting a lot of crashreports with deallocated AVPlayerItem's while a KVO was still active.n It was hard to manually remove the KVO when the AVPlayerItem was randomly deallocated from inside a UITableViewCell.n n ACRObservingPlayerItem is a simple wrapper class for AVPlayerItem which handles the observing of somen common playback events and safely releases the KVO on deallocation.n", "homepage": "https://github.com/acrookston/ACRObservingPlayerItem", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Andrew Crookston": "[email protected]" }, "source": { "git": "https://github.com/acrookston/ACRObservingPlayerItem.git", "tag": "1.1.0" }, "social_media_url": "https://twitter.com/acr", "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": [ "ACRObservingPlayerItem", "ACRObservingPlayerItem/*.{h,m}" ], "frameworks": "AVFoundation" }
Sat, 05 Mar 2016 18:31:03 +0000