[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / f / a / ACRObservingPlayerItem / 1.0.0 / ACRObservingPlayerItem.podspec.json
blob212a18db0575935c6d7008d4337c4e6b2fda9455
2   "name": "ACRObservingPlayerItem",
3   "version": "1.0.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andrew Crookston": "andrew@caoos.com"
13   },
14   "source": {
15     "git": "https://github.com/acrookston/ACRObservingPlayerItem.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/acr",
19   "platforms": {
20     "ios": "7.0"
21   },
22   "requires_arc": true,
23   "source_files": [
24     "ACRObservingPlayerItem",
25     "ACRObservingPlayerItem/*.{h,m}"
26   ],
27   "frameworks": "AVFoundation"