Skip to content

Commit

Permalink
Update podspec for 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Poitrey committed Sep 10, 2012
1 parent b734f28 commit 324aae6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions SDWebImage.podspec
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'SDWebImage'
s.version = '2.6'
s.version = '2.7'
s.platform = :ios
s.license = 'MIT'
s.summary = 'Asynchronous image downloader with cache support with an UIImageView category.'
s.homepage = 'https://github.com/rs/SDWebImage'
s.author = { 'Olivier Poitrey' => 'rs@dailymotion.com' }
s.source = { :git => 'https://github.com/rs/SDWebImage.git', :tag => '2.6' }
s.source = { :git => 'https://github.com/rs/SDWebImage.git', :tag => '2.7' }

s.description = 'This library provides a category for UIImageVIew with support for remote ' \
'images coming from the web. It provides an UIImageView category adding web ' \
Expand All @@ -17,7 +17,6 @@ Pod::Spec.new do |s|
'and performances!'

s.source_files = 'SDWebImage/{SD,UI}*.{h,m}'
s.clean_paths = 'SDWebImage.xcodeproj', 'Examples'

This comment has been minimized.

Copy link
@sbandol

sbandol Sep 12, 2012

s.framework = 'ImageIO'
should be included

# TODO currently CocoaPods always tries to install the subspec even if the dependency is on just 'SDWebImage'
#s.subspec 'MapKit' do
Expand Down

0 comments on commit 324aae6

Please sign in to comment.