Latest | 0.1.2 |
---|---|
Homepage | https://github.com/jivesoftware/JiveInterceptingHTTPProtocol |
License | BSD |
Platforms | ios 7.0, requires ARC |
Authors |
Based on Apple’s CustomHTTPProtocol,
JiveInterceptingHTTPProtocol
provides an easy way to intercept NSURLRequest
s and replace them with arbitrary ones.
License
BSD per the LICENSE file.
Latest podspec
{ "name": "JiveInterceptingHTTPProtocol", "version": "0.1.2", "license": { "type": "BSD", "file": "LICENSE" }, "summary": "JiveInterceptingHTTPProtocol is an easy way to intercept NSURLRequests", "homepage": "https://github.com/jivesoftware/JiveInterceptingHTTPProtocol", "social_media_url": "http://twitter.com/JiveSoftware", "authors": { "Jive Mobile": "[email protected]" }, "source": { "git": "https://github.com/jivesoftware/JiveInterceptingHTTPProtocol.git", "tag": "0.1.2" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Source/JiveInterceptingHTTPProtocol/*.{h,m}" }
Tue, 01 Mar 2016 05:49:03 +0000