blob: c4dcee76ad6f5951e2022940bd6ac0bb5390945e [file] [log] [blame]
{
"name": "IGVimeoExtractor",
"version": "1.0.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/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": "1.0.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"source_files": "IGVimeoExtractor/*.{h,m}",
"requires_arc": true
}