blob: 7614f6ffca5c0e64d46ccb91752def54deb5147c [file] [log] [blame]
{
"name": "YoutubeDirectLinkExtractor",
"version": "0.1.0",
"summary": "Get the direct link to a YouTube video for AVPlayer",
"description": "YoutubeDirectLinkExtractor allows you to obtain the direct link to a YouTube video, which you can easily use with AVPlayer.",
"homepage": "https://github.com/devandsev/YoutubeDirectLinkExtractor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrey Sevrikov": "devandsev@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/devandsev/YoutubeDirectLinkExtractor.git",
"tag": "0.1.0"
},
"source_files": "Sources/**/*",
"frameworks": [
"Foundation",
"AVFoundation"
],
"pushed_with_swift_version": "4.0"
}