[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 4 / b / AFHTTPSig / 1.0.2 / AFHTTPSig.podspec.json
blob2399b501eff643e4a36333cb2b277837288a88d6
2   "name": "AFHTTPSig",
3   "version": "1.0.2",
4   "summary": "Automatic HTTPSig request signing for AFNetworking.",
5   "description": "Includes a session manager (which you can use as a base class for your own session manager) that signs outgoing requests according to the IETF HTTP Signature draft specification.\n",
6   "homepage": "https://github.com/ahknight/AFHTTPSig",
7   "license": "MIT",
8   "authors": {
9     "Adam Knight": "adam@movq.us"
10   },
11   "source": {
12     "git": "https://github.com/ahknight/AFHTTPSig.git",
13     "tag": "1.0.2"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "dependencies": {
21     "AFNetworking": [
22       "~> 2.3"
23     ]
24   }