blob: 101f43934c7373d53e9eef5b9d53eda774352e9f [file] [log] [blame]
{
"name": "IGVimeoExtractor",
"version": "1.2.0",
"summary": "Fetches Vimeo's mp4 URLs for iOS.",
"description": "IGVimeoExtractor lets you get the iOS compatible video url \nfrom Vimeo which you can use in MPMoviePlayerController, \nno 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.2.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"source_files": "IGVimeoExtractor/*.{h,m}",
"requires_arc": true
}