From a75e7bd10f8ec075adebcde72f18622159e496cd Mon Sep 17 00:00:00 2001 From: Max Odnovolyk Date: Wed, 2 Jul 2014 12:15:33 +0300 Subject: [PATCH] Remove temp podspec --- YTVimeoExtractor.podspec | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 YTVimeoExtractor.podspec diff --git a/YTVimeoExtractor.podspec b/YTVimeoExtractor.podspec deleted file mode 100644 index f1254e5..0000000 --- a/YTVimeoExtractor.podspec +++ /dev/null @@ -1,23 +0,0 @@ -{ - "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 -} \ No newline at end of file