Skip to content

Instantly share code, notes, and snippets.

@hartbit
Created November 23, 2012 14:35
Show Gist options
  • Save hartbit/4135886 to your computer and use it in GitHub Desktop.
Save hartbit/4135886 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'SDURLCache'
s.version = '1.2'
s.summary = 'URLCache subclass with on-disk cache support on iPhone/iPad.'
s.homepage = 'https://github.com/rs/SDURLCache'
s.author = 'Olivier Poitrey'
s.source = { :git => 'https://github.com/steipete/SDURLCache.git' }
s.requires_arc = true
s.source_files = 'SDURLCache.h', 'SDURLCache.m'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment