blob: 6b6bb55a2334df0433b6b3e3e2dfa6efe1c60bb0 [file] [log] [blame]
{
"name": "RMYouTubeExtractor",
"version": "0.1",
"summary": "RMYouTubeExtractor provides an easy way to obtain MP4 URLs for your iOS apps by providing a YouTube video identifier.",
"homepage": "https://github.com/runmad/RMYouTubeExtractor",
"authors": {
"Rune Madsen": "runemadsen@mac.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/runmad/RMYouTubeExtractor.git",
"tag": "0.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "RMYouTubeExtractor",
"frameworks": "AVFoundation",
"requires_arc": true
}