[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / 7 / 9 / RNCachingURLProtocol / 0.0.2 / RNCachingURLProtocol.podspec.json
blobd140bcecc6876457ae45c5a6a7a51f4a45a6682a
2   "name": "RNCachingURLProtocol",
3   "version": "0.0.2",
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",
7   "license": "MIT",
8   "authors": {
9     "Rob Napier": "robnapier@gmail.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/rnapier/RNCachingURLProtocol.git",
16     "commit": "416d399116741b7d76f2208709ec2767f970db5c"
17   },
18   "source_files": "*.{m,h}",
19   "public_header_files": "*.h",
20   "frameworks": "SystemConfiguration",
21   "requires_arc": true