[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 2 / 1 / 8 / AwsSign / 0.4.0 / AwsSign.podspec.json
blob4b79d6723e8be0604752c49635d92413bbcadb0a
2   "name": "AwsSign",
3   "version": "0.4.0",
4   "summary": "Swift library for signing AWS URLRequests",
5   "homepage": "https://github.com/nikola-mladenovic/AwsSwiftSign",
6   "license": {
7     "type": "Apache License, Version 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Nikola Mladenovic": "nikola@mladenovic.biz"
12   },
13   "source": {
14     "git": "https://github.com/nikola-mladenovic/AwsSwiftSign.git",
15     "tag": "0.4.0"
16   },
17   "source_files": "Source/*.swift",
18   "swift_versions": "5.2",
19   "pod_target_xcconfig": {
20     "SWIFT_VERSION": "5.2"
21   },
22   "platforms": {
23     "ios": "10.0",
24     "osx": "10.10",
25     "tvos": "9.0",
26     "watchos": "2.2"
27   },
28   "dependencies": {
29     "CryptoSwift": [
30       "~> 1.3"
31     ]
32   },
33   "swift_version": "5.2"