Latest | 1.0.4 |
---|---|
Homepage | https://github.com/ahknight/AFHTTPSig |
License | MIT |
Platforms | ios 6.0, requires ARC |
Dependencies | AFNetworking |
Authors |
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
AFHTTPSig is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "AFHTTPSig"
Author
Adam Knight, [email protected]
License
AFHTTPSig is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "AFHTTPSig", "version": "1.0.4", "summary": "Automatic HTTPSig request signing for AFNetworking.", "description": "Includes a session manager (which you can use as a base class for your own session manager) that signs outgoing requests according to the IETF HTTP Signature draft specification.n", "homepage": "https://github.com/ahknight/AFHTTPSig", "license": "MIT", "authors": { "Adam Knight": "[email protected]" }, "source": { "git": "https://github.com/ahknight/AFHTTPSig.git", "tag": "1.0.4" }, "platforms": { "ios": "6.0" }, "requires_arc": true, "source_files": "Pod/Classes", "dependencies": { "AFNetworking": [ "~> 2.3" ] } }
Sun, 28 Feb 2016 18:37:03 +0000