blob: dbaaa3120970ce4775990af0c9fc525b1d6318db [file] [log] [blame]
{
"name": "AFHTTPSig",
"version": "1.0.0",
"summary": "HTTPSig request signing",
"description": "\t\t\t\t\t HTTPSig request signing for NSURLRequest and AFNetworking.\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.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"CocoaSecurity": [
"~> 1.2"
]
}
}