blob: 5450b82ce42db70c39fd2e18830ee6d5544eec86 [file] [log] [blame]
{
"name": "AwsLambdaSDK",
"version": "0.2.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.2.0"
},
"source_files": "Sources/AwsLambda/*.swift",
"swift_version": "4.2",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"platforms": {
"ios": "10.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.2"
},
"dependencies": {
"AwsSign": [
"~> 0.2"
]
}
}