blob: 55aabe019862b9d65aa90c8947f88eba543eff78 [file] [log] [blame]
{
"name": "RNCachingURLProtocol",
"version": "0.0.1",
"summary": "Simple offline caching for UIWebView and other NSURLConnection clients.",
"description": "\tRNCachingURLProtocol 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.\n",
"homepage": "https://github.com/rnapier/RNCachingURLProtocol",
"license": {
"type": "MIT",
"text": "\tThis code is licensed under the MIT License:\n\n\tPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\n\tThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\n\tTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
},
"authors": {
"Rob Napier": "robnapier@gmail.com"
},
"source": {
"git": "https://github.com/rnapier/RNCachingURLProtocol.git",
"commit": "b9cc7174df5f57da242faabc5b94f0aaee10fb02"
},
"platforms": {
"ios": "4.0"
},
"requires_arc": true,
"source_files": [
"RNCachingURLProtocol.{m,h}",
"Reachability.{m,h}"
],
"frameworks": "SystemConfiguration"
}