Skip to content

Commit

Permalink
[Update] OLImageView (1.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtorres committed Mar 15, 2013
1 parent 66fe864 commit 4fdd075
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions OLImageView/1.1.0/OLImageView.podspec
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = "OLImageView"
s.version = "1.1.0"
s.summary = "Animated GIFs implemented the right way."
s.homepage = "https://www.github.com/ondalabs/OLImageView"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Diego Torres" => "contact@dtorres.me" }
s.source = { :git => "https://github.com/ondalabs/OLImageView.git", :tag => "1.1.0" }
s.platform = :ios, '5.0'
s.source_files = 'OLImage.{h,m}', 'OLImageView.{h,m}'
s.framework = 'ImageIO', 'MobileCoreServices', 'QuartzCore'
s.requires_arc = true

s.subspec 'AFNetworking' do |af|
af.dependency 'AFNetworking'
af.source_files = "Categories/AFImageRequestOperation+OLImage.{h,m}"
end

s.preferred_dependency = 'AFNetworking'

end

0 comments on commit 4fdd075

Please sign in to comment.