[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 8 / 1 / AFSignedHTTPRequestOperationManager / 4.0.1 / AFSignedHTTPRequestOperationManager.podspec.json
blobb5b0550c564e623fb48eac17a5b6013486826895
2   "name": "AFSignedHTTPRequestOperationManager",
3   "version": "4.0.1",
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.1"
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   },
30   "pushed_with_swift_version": "3.0"