blob: 212a18db0575935c6d7008d4337c4e6b2fda9455 [file] [log] [blame]
{
"name": "ACRObservingPlayerItem",
"version": "1.0.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 some\n 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": "andrew@caoos.com"
},
"source": {
"git": "https://github.com/acrookston/ACRObservingPlayerItem.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/acr",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"ACRObservingPlayerItem",
"ACRObservingPlayerItem/*.{h,m}"
],
"frameworks": "AVFoundation"
}