[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 5 / 4 / 9 / DZVideoPlayerViewController / 0.1.1 / DZVideoPlayerViewController.podspec.json
blob2bfbfd4bc8d7a31c69d5ae84f73f405af90cd6d6
2   "name": "DZVideoPlayerViewController",
3   "version": "0.1.1",
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.1"
18   },
19   "social_media_url": "https://twitter.com/dzamataev",
20   "platforms": {
21     "ios": "7.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   ]