blob: be95dc44db4b6abafef85c2e503c173cfb70adb5 [file] [log] [blame]
{
"name": "AFHTTPSig",
"version": "1.0.1",
"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": "adam@movq.us"
},
"source": {
"git": "https://github.com/ahknight/AFHTTPSig.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"CocoaSecurity": [
"~> 1.2"
]
}
}