blob: 3964d5841017a1d2f538f3eb124c8d7fb7acc080 [file] [log] [blame]
{
"name": "TVVLCPlayer",
"version": "1.0.2",
"summary": "A powerfull video player",
"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.",
"static_framework": true,
"homepage": "https://github.com/kodlian/TVVLCPlayer",
"screenshots": "https://raw.githubusercontent.com/kodlian/TVVLCPlayer/master/screenshot.jpg",
"license": "MIT",
"authors": "Jérémy Marchand",
"source": {
"git": "https://github.com/kodlian/TVVLCPlayer.git",
"tag": "1.0.2"
},
"social_media_url": "https://twitter.com/kodlian",
"swift_version": "4.0",
"platforms": {
"tvos": "11.0"
},
"source_files": "Sources/*.{swift,h}",
"frameworks": "UIKit",
"dependencies": {
"TVVLCKit": [
]
},
"pod_target_xcconfig": {
"SWIFT_OBJC_BRIDGING_HEADER": "${PODS_TARGET_SRCROOT}/Sources/TVVLCPlayer-Bridging-Header.h"
},
"resources": [
"Resources/*.storyboard"
],
"resource_bundles": {
"TVVLCPlayer": [
"Resources/*.xcassets"
]
}
}