blob: 8f40a40905dbb4358131993b4ccb4ef33e1ea3f2 [file] [log] [blame]
{
"name": "AwsDynamoDBsdk",
"version": "0.4.0",
"summary": "Swift library providing easy access to common DynamoDB operations",
"homepage": "https://github.com/nikola-mladenovic/AwsSwiftDynamoDBsdk",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Nikola Mladenovic": "nikola@mladenovic.biz"
},
"source": {
"git": "https://github.com/nikola-mladenovic/AwsSwiftDynamoDBsdk.git",
"tag": "0.4.0"
},
"source_files": "Sources/AwsDynamoDB/*.swift",
"swift_versions": "5.2",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.2"
},
"platforms": {
"ios": "10.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.2"
},
"dependencies": {
"AwsSign": [
"~> 0.4"
]
},
"swift_version": "5.2"
}