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