[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 8 / 1 / AFSignedHTTPRequestOperationManager / 1.1.0 / AFSignedHTTPRequestOperationManager.podspec.json
blobe677ebec6bac2c6e5d164b1a9948c11d7e0002f1
2   "name": "AFSignedHTTPRequestOperationManager",
3   "version": "1.1.0",
4   "license": "Apache License, Version 2.0",
5   "summary": "AFNetworkingAutomatically sign AFNetworking api requests with SHA-256 hash signature and timestamp",
6   "homepage": "https://github.com/aporat/AFSignedHTTPRequestOperationManager",
7   "authors": {
8     "Adar Porat": "http://github.com/aporat"
9   },
10   "source": {
11     "git": "https://github.com/aporat/AFSignedHTTPRequestOperationManager.git",
12     "tag": "1.1.0"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "requires_arc": true,
18   "source_files": "src/*.{h,m}",
19   "dependencies": {
20     "IGDigest": [
21       "~> 1.1.0"
22     ],
23     "AFNetworking": [
24       "~> 2"
25     ]
26   }