[Add] Nami 3.1.27
[CocoaPods.git] / Specs / 9 / b / 6 / AwsLambdaSDK / 0.1.0 / AwsLambdaSDK.podspec.json
blob2e9fe41a754880d67dc191ee0a70302ff13dd4d3
2   "name": "AwsLambdaSDK",
3   "version": "0.1.0",
4   "summary": "Swift library which enables you to invoke AWS Lambda programmatically",
5   "homepage": "https://github.com/nikola-mladenovic/AwsSwiftLambdaSdk",
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/AwsSwiftLambdaSdk.git",
15     "tag": "0.1.0"
16   },
17   "source_files": "Sources/AwsLambda/*.swift",
18   "swift_version": "4.0",
19   "pod_target_xcconfig": {
20     "SWIFT_VERSION": "4.0"
21   },
22   "platforms": {
23     "ios": "10.0",
24     "osx": "10.10",
25     "tvos": "9.0",
26     "watchos": "2.2"
27   },
28   "dependencies": {
29     "AwsSign": [
30       "~> 0.1"
31     ]
32   }