2 "name": "RNCachingURLProtocol",
4 "summary": "Simple offline caching for UIWebView and other NSURLConnection clients.",
5 "description": "RNCachingURLProtocol is a simple shim for the HTTP protocol (that’s not nearly as scary as it sounds). Anytime a URL is downloaded, the response is cached to disk. Anytime a URL is requested, if we’re online then things proceed normally. If we’re offline, then we retrieve the cached version.",
6 "homepage": "https://github.com/rnapier/RNCachingURLProtocol",
9 "Rob Napier": "robnapier@gmail.com"
15 "git": "https://github.com/rnapier/RNCachingURLProtocol.git",
16 "commit": "416d399116741b7d76f2208709ec2767f970db5c"
18 "source_files": "*.{m,h}",
19 "public_header_files": "*.h",
20 "frameworks": "SystemConfiguration",