[Add] AlibabacloudSysOM20231230 1.3.0
[CocoaPods.git] / Specs / f / 2 / 1 / TVVLCPlayer / 1.0.2 / TVVLCPlayer.podspec.json
blob3964d5841017a1d2f538f3eb124c8d7fb7acc080
2   "name": "TVVLCPlayer",
3   "version": "1.0.2",
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.2"
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"
32   ],
33   "resource_bundles": {
34     "TVVLCPlayer": [
35       "Resources/*.xcassets"
36     ]
37   }