Skip to content

Commit

Permalink
Merge pull request CocoaPods#1237 from swissmanu/master
Browse files Browse the repository at this point in the history
[new pod] MACachedImageView 1.0.0
  • Loading branch information
orta committed Feb 7, 2013
2 parents 3728a48 + 4a96038 commit 9f2de63
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions MACachedImageView/1.0.0/MACachedImageView.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = "MACachedImageView"
s.version = "1.0.0"
s.summary = "Load images from a URL into a local cache before displaying them and show a fancy loading indicator in the meantime."
s.homepage = "https://github.com/swissmanu/MACachedImageView"
s.author = { "Manuel Alabor" => "msites@msites.net" }
s.license = "MIT"

s.source = { :git => "https://github.com/swissmanu/MACachedImageView.git", :tag => "1.0.0" }

s.platform = :ios, '6.0'
s.source_files = 'MACachedImageView/MACachedImageView.{h,m}','MACachedImageView/NSString+MD5.{h,m}'
s.dependency 'AFNetworking', '~> 1.1.0'
s.dependency 'MACircleProgressIndicator', '~> 1.0.0'
s.requires_arc = true
end

0 comments on commit 9f2de63

Please sign in to comment.