blob: bb555dbb256a4cd1fd7d9052e501bc41da91b22c [file] [log] [blame]
{
"name": "AFSignedHTTPRequestOperationManager",
"version": "3.0.1",
"summary": "AFNetworkingAutomatically sign AFNetworking api requests with SHA-256 hash signature and timestamp",
"homepage": "https://github.com/aporat/AFSignedHTTPRequestOperationManager",
"license": {
"type": "MIT"
},
"authors": {
"Adar Porat": "http://github.com/aporat"
},
"social_media_url": "http://twitter.com/aporat28",
"dependencies": {
"IGDigest": [
"~> 1.1.0"
],
"AFNetworking": [
"~> 3"
]
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/aporat/AFSignedHTTPRequestOperationManager.git",
"tag": "3.0.1"
},
"source_files": [
"src/*.{h,m}"
]
}