Created
January 22, 2013 10:55
-
-
Save amseddi/4593785 to your computer and use it in GitHub Desktop.
Latest SDURLCache podspec
This file contains hidden or 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.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