blob: f21779a186f28f18175d3b982307f5e0d33d045a [file] [log] [blame]
{
"name": "YTVimeoExtractor",
"version": "1.2.0",
"summary": "Fetches Vimeo's mp4 URLs for iOS.",
"description": "YTVimeoExtractor is a class which lets you get the iOS\ncompatible video url from Vimeo which you can use in\nMPMoviePlayerController, no need to use a UIWebView.",
"homepage": "https://github.com/lilfaf/YTVimeoExtractor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Louis Larpin": "louis.larpin@gmail.com",
"SoneƩ John": "sonee@alphasoftware.co"
},
"source": {
"git": "https://github.com/lilfaf/YTVimeoExtractor.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": "YTVimeoExtractor/*.{h,m}",
"requires_arc": true
}