blob: d140bcecc6876457ae45c5a6a7a51f4a45a6682a [file] [log] [blame]
{
"name": "RNCachingURLProtocol",
"version": "0.0.2",
"summary": "Simple offline caching for UIWebView and other NSURLConnection clients.",
"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.",
"homepage": "https://github.com/rnapier/RNCachingURLProtocol",
"license": "MIT",
"authors": {
"Rob Napier": "robnapier@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/rnapier/RNCachingURLProtocol.git",
"commit": "416d399116741b7d76f2208709ec2767f970db5c"
},
"source_files": "*.{m,h}",
"public_header_files": "*.h",
"frameworks": "SystemConfiguration",
"requires_arc": true
}