Skip to content

Commit

Permalink
podspec copy
Browse files Browse the repository at this point in the history
  • Loading branch information
modnovolyk committed Jul 2, 2014
1 parent 393dcdb commit 1a0d7b9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions YTVimeoExtractor.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "YTVimeoExtractor",
"version": "0.0.5",
"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.5"
},
"platforms": {
"ios": "5.0"
},
"source_files": "YTVimeoExtractor",
"requires_arc": true
}

0 comments on commit 1a0d7b9

Please sign in to comment.