Skip to content

Instantly share code, notes, and snippets.

@amseddi
Created January 22, 2013 10:55
Show Gist options
  • Select an option

  • Save amseddi/4593785 to your computer and use it in GitHub Desktop.

Select an option

Save amseddi/4593785 to your computer and use it in GitHub Desktop.
Latest SDURLCache podspec
Pod::Spec.new do |s|
s.name = 'SDURLCache'
s.version = '1.3'
s.platform = :ios
s.summary = 'URLCache subclass with on-disk cache support on iPhone/iPad.'
s.homepage = 'https://github.com/rs/SDURLCache'
s.author = { 'Olivier Poitrey' => '[email protected]' }
s.source = { :git => 'https://github.com/rs/SDURLCache.git', :commit => '2b6a9b081683c1de3806cc76379eeb8994d60744' }
s.source_files = 'SDURLCache.h', 'SDURLCache.m', 'SDCachedURLResponse.h', 'SDCachedURLResponse.m'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment