Skip to content

Commit

Permalink
Merge pull request #2498 from Archyapp/master
Browse files Browse the repository at this point in the history
Added GBImageView
  • Loading branch information
keith committed Jun 12, 2013
2 parents c9be553 + 6bb102a commit 36d8a81
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions GBImageView/0.5.1/GBImageView.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'GBImageView'
s.version = '0.5.1'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = "Replacement of NSImageView that supports animations, asynchronous request and a conveniente internal cache system."
s.description = "GBImageView is a replacement of NSImageView for Mac OS X that supports animations, asynchronous request to fetch an image from an NSURL and a conveniente internal cache system."
s.homepage = 'https://github.com/gbasile/GBImageView'
s.author = { 'Giuseppe Basile' => 'rosanero@gmail.com' }
s.source = { :git => 'https://github.com/gbasile/GBImageView.git', :tag => '0.5.1' }
s.requires_arc = true
s.osx.deployment_target = '10.6'
s.source_files = '*.{h,m}'

s.dependency 'EGOCache', '0.0.1'
s.frameworks = 'QuartzCore', 'IOKit'
end

0 comments on commit 36d8a81

Please sign in to comment.