[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 3 / 7 / PlayerView / 0.1.0 / PlayerView.podspec.json
blob36f5bb256aba2fbe8fa3c21ef33e57cba146e1fc
2   "name": "PlayerView",
3   "version": "0.1.0",
4   "summary": "A UIView for videos using AVPlayer with delegate",
5   "description": "This Library allows to set a video on a custom UIView by setting the callbacks on a delegate for easy use. this View implements the AVPlayer from AVFoundation",
6   "homepage": "https://github.com/davidlondono/PlayerView",
7   "license": "MIT",
8   "authors": {
9     "David Alejandro": "davidlondono9@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/davidlondono/PlayerView.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/davidlondono",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Sources/**/*",
21   "resource_bundles": {
22     "PlayerView": [
23       "Pod/Assets/*.png"
24     ]
25   }