[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 4 / 9 / DZVideoPlayerViewController / 0.3.0 / DZVideoPlayerViewController.podspec.json
blob9b3793e14e4687871a4408c2ac0e07576791e9a2
2   "name": "DZVideoPlayerViewController",
3   "version": "0.3.0",
4   "summary": "iOS Video Player control, implemented with AVPlayer.",
5   "description": "                       iOS Video Player control with playback controls, remote control center commands, background playback, now playing info updates. Implemented with AVPlayer, supports both online and offline videos. Highly customizable with Interface Builder.\n",
6   "homepage": "https://github.com/DZamataev/DZVideoPlayerViewController",
7   "screenshots": [
8     "https://raw.githubusercontent.com/DZamataev/DZVideoPlayerViewController/master/Screenshots/screenshot1(0.3.0).png",
9     "https://raw.githubusercontent.com/DZamataev/DZVideoPlayerViewController/master/Screenshots/screenshot2(0.3.0).png"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Denis Zamataev": "denis.zamataev@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/DZamataev/DZVideoPlayerViewController.git",
17     "tag": "0.3.0"
18   },
19   "social_media_url": "https://twitter.com/dzamataev",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "requires_arc": true,
24   "source_files": "Pod/Classes/**/*",
25   "resource_bundles": {
26     "DZVideoPlayerViewController": [
27       "Pod/Assets/**/*"
28     ]
29   },
30   "frameworks": [
31     "AVFoundation",
32     "AudioToolbox"
33   ]