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