[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 2 / 1 / 8 / AwsSign / 0.2.0 / AwsSign.podspec.json
blobe10f6486b3037e006957e61a03c6b9b5a6365a58
2   "name": "AwsSign",
3   "version": "0.2.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.2.0"
16   },
17   "source_files": "Source/*.swift",
18   "swift_version": "4.2",
19   "pod_target_xcconfig": {
20     "SWIFT_VERSION": "4.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       "~> 0.12"
31     ]
32   }