[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 5 / 4 / 9 / DZVideoPlayerViewController / 0.1.0 / DZVideoPlayerViewController.podspec.json
bloba5886a03fb46316458e2675c8cfa0a867766da64
2   "name": "DZVideoPlayerViewController",
3   "version": "0.1.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.1.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/*.png",
28       "Pod/Assets/*.xib"
29     ]
30   },
31   "frameworks": [
32     "AVFoundation",
33     "AudioToolbox"
34   ]