Skip to content

Commit

Permalink
[Update] AFQuickLookView (0.3.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudiu-Vlad Ursache committed Feb 26, 2013
1 parent dbaa76f commit 0470258
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions AFQuickLookView/0.3.2/AFQuickLookView.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.platform = :ios, '5.0'
s.name = 'AFQuickLookView'
s.version = '0.3.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.3.2' }
s.source_files = 'AFQuickLookViewHTTPClient.{h,m}', 'AFQuickLookView.{h,m}'
s.requires_arc = true
s.frameworks = 'QuickLook'
s.dependency 'AFNetworking', '>= 0.9.0'
end

0 comments on commit 0470258

Please sign in to comment.