[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / b / 8 / 1 / AFSignedHTTPRequestOperationManager / 4.0.0 / AFSignedHTTPRequestOperationManager.podspec.json
blob0930107f5de938878d33374baafc7fb75326d38a
2   "name": "AFSignedHTTPRequestOperationManager",
3   "version": "4.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://github.com/aporat/AFSignedHTTPRequestOperationManager",
9   "authors": {
10     "Adar Porat": "adar.porat@gmail.com"
11   },
12   "summary": "Automatically sign AFNetworking api requests with SHA-256 hash signature and timestamp",
13   "source": {
14     "git": "https://github.com/aporat/AFSignedHTTPRequestOperationManager.git",
15     "tag": "4.0.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "Source",
21   "requires_arc": true,
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3"
25     ],
26     "IGDigest": [
27       "~> 1.1.0"
28     ]
29   }