blob: 0930107f5de938878d33374baafc7fb75326d38a [file] [log] [blame]
{
"name": "AFSignedHTTPRequestOperationManager",
"version": "4.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/aporat/AFSignedHTTPRequestOperationManager",
"authors": {
"Adar Porat": "adar.porat@gmail.com"
},
"summary": "Automatically sign AFNetworking api requests with SHA-256 hash signature and timestamp",
"source": {
"git": "https://github.com/aporat/AFSignedHTTPRequestOperationManager.git",
"tag": "4.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3"
],
"IGDigest": [
"~> 1.1.0"
]
}
}