[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 4 / 9 / DZVideoPlayerViewController / 0.2.0 / DZVideoPlayerViewController.podspec.json
blob8145a763edd2871f7e71a3636417482e7226f09c
2   "name": "DZVideoPlayerViewController",
3   "version": "0.2.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.1.png",
9     "https://raw.githubusercontent.com/DZamataev/DZVideoPlayerViewController/master/Screenshots/screenshot2.1.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.2.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   ]