blob: 2e9fe41a754880d67dc191ee0a70302ff13dd4d3 [file] [log] [blame]
{
"name": "AwsLambdaSDK",
"version": "0.1.0",
"summary": "Swift library which enables you to invoke AWS Lambda programmatically",
"homepage": "https://github.com/nikola-mladenovic/AwsSwiftLambdaSdk",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Nikola Mladenovic": "nikola@mladenovic.biz"
},
"source": {
"git": "https://github.com/nikola-mladenovic/AwsSwiftLambdaSdk.git",
"tag": "0.1.0"
},
"source_files": "Sources/AwsLambda/*.swift",
"swift_version": "4.0",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.2"
},
"dependencies": {
"AwsSign": [
"~> 0.1"
]
}
}