Created
November 23, 2012 14:35
-
-
Save hartbit/4135886 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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