From 768bb80dcff3c6a37ed332efa5e3be6cc8bd3dc6 Mon Sep 17 00:00:00 2001 From: Claudiu-Vlad Ursache Date: Mon, 25 Feb 2013 16:30:12 +0100 Subject: [PATCH] [Update] AFQuickLookView 0.2.1 --> 0.2.2 . --- AFQuickLookView/0.2.2/AFQuickLookView.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 AFQuickLookView/0.2.2/AFQuickLookView.podspec diff --git a/AFQuickLookView/0.2.2/AFQuickLookView.podspec b/AFQuickLookView/0.2.2/AFQuickLookView.podspec new file mode 100644 index 00000000..38388193 --- /dev/null +++ b/AFQuickLookView/0.2.2/AFQuickLookView.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.platform = :ios, '5.0' + s.name = 'AFQuickLookView' + s.version = '0.2.2' + s.license = 'MIT' + s.summary = 'AFNetworking Extension for document previews of remote files.' + s.homepage = 'https://github.com/xing/AFQuickLookView' + s.authors = { 'Claudiu-Vlad Ursache' => 'claudiu@cvursache.com' } + s.source = { :git => 'https://github.com/xing/AFQuickLookView.git', :tag => '0.2.2' } + s.source_files = 'AFQuickLookViewHTTPClient.{h,m}', 'AFQuickLookView.{h,m}' + s.requires_arc = true + s.frameworks = 'QuickLook' + s.dependency 'AFNetworking', '>= 0.9.0' +end \ No newline at end of file