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