blob: 2399b501eff643e4a36333cb2b277837288a88d6 [file] [log] [blame]
{
"name": "AFHTTPSig",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}