blob: 6d9528d5f899a5a3cedd36f23f3f448ba88a2b52 [file] [log] [blame]
{
"name": "IGVimeoExtractor",
"version": "0.2.0",
"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/siuying/IGVimeoExtractor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Louis Larpin": "louis.larpin@gmail.com",
"Francis Chong": "francis@ignition.hk"
},
"source": {
"git": "https://github.com/siuying/IGVimeoExtractor.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"source_files": "IGVimeoExtractor/*.{h,m}",
"requires_arc": true
}