2 "name": "ACRObservingPlayerItem",
4 "summary": "An AVPlayerItem subclass which helps with handling video playback key-value observation.",
5 "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 some\n common playback events and safely releases the KVO on deallocation.\n",
6 "homepage": "https://github.com/acrookston/ACRObservingPlayerItem",
12 "Andrew Crookston": "andrew@caoos.com"
15 "git": "https://github.com/acrookston/ACRObservingPlayerItem.git",
18 "social_media_url": "https://twitter.com/acr",
24 "ACRObservingPlayerItem",
25 "ACRObservingPlayerItem/*.{h,m}"
27 "frameworks": "AVFoundation"