blob: 0e2a9e0a5141bd207fd998ecce2a2644b93afd62 [file] [log] [blame]
{
"name": "YTVimeoExtractor",
"version": "0.0.3",
"summary": "Fetches Vimeo's mp4 URLs for iOS.",
"description": " YTVimeoExtractor is a class which lets you get the iOS \n compatible video url from Vimeo which you can use in \n MPMoviePlayerController, no need to use a UIWebView.\n",
"homepage": "https://github.com/lilfaf/YTVimeoExtractor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Louis Larpin": "louis.larpin@gmail.com"
},
"source": {
"git": "https://github.com/lilfaf/YTVimeoExtractor.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "4.0"
},
"source_files": "YTVimeoExtractor",
"requires_arc": true
}