[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 2 / 1 / TVVLCPlayer / 1.0.1 / TVVLCPlayer.podspec.json
blob29dac115e757bfc068b312f8a087d3604da40d85
2   "name": "TVVLCPlayer",
3   "version": "1.0.1",
4   "summary": "A powerfull video player",
5   "description": "TVVLCPlayer lets you integrate easylily a powerfull video player with playback control views to your tv apps.\n Based on TVVLCKit, it aims to replace AVPlayerViewController that can read only a limited number of formats.",
6   "static_framework": true,
7   "homepage": "https://github.com/kodlian/TVVLCPlayer",
8   "screenshots": "https://raw.githubusercontent.com/kodlian/TVVLCPlayer/master/screenshot.jpg",
9   "license": "MIT",
10   "authors": "Jérémy Marchand",
11   "source": {
12     "git": "https://github.com/kodlian/TVVLCPlayer.git",
13     "tag": "1.0.1"
14   },
15   "social_media_url": "https://twitter.com/kodlian",
16   "swift_version": "4.0",
17   "platforms": {
18     "tvos": "11.0"
19   },
20   "source_files": "Sources/*.{swift,h}",
21   "frameworks": "UIKit",
22   "dependencies": {
23     "TVVLCKit": [
25     ]
26   },
27   "pod_target_xcconfig": {
28     "SWIFT_OBJC_BRIDGING_HEADER": "${PODS_TARGET_SRCROOT}/Sources/TVVLCPlayer-Bridging-Header.h"
29   },
30   "resources": [
31     "Resources/*.{storyboard,xcassets}"
32   ]