[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / 7 / ApigatewaySigningAuthorizer / 1.0.1 / ApigatewaySigningAuthorizer.podspec.json
blob4352299f87c3ffcf5fd46495ebbb53e60df6f6ae
2   "name": "ApigatewaySigningAuthorizer",
3   "version": "1.0.1",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/kperson/ApigatewaySigningAuthorizer",
8   "authors": "Kelton Person",
9   "summary": "Request signing for Swift using API Gateway",
10   "source": {
11     "git": "https://github.com/kperson/ApigatewaySigningAuthorizer.git",
12     "tag": "1.0.1"
13   },
14   "source_files": "Sources/ApigatewaySigningAuthorizer/SignedRequest.swift",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "10.0",
18     "watchos": "3.0"
19   },
20   "dependencies": {
21     "CryptoSwift": [
22       "~> 1.1"
23     ]
24   },
25   "swift_versions": "5.0",
26   "swift_version": "5.0"