blob: b5b0550c564e623fb48eac17a5b6013486826895 [file] [log] [blame]
{
"name": "AFSignedHTTPRequestOperationManager",
"version": "4.0.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3"
],
"IGDigest": [
"~> 1.1.0"
]
},
"pushed_with_swift_version": "3.0"
}