blob: 9075fab4e2c56890ab4aa7edd1a99419f165a022 [file] [log] [blame]
{
"name": "AwsDynamoDBsdk",
"version": "0.2.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.2.0"
},
"source_files": "Sources/AwsDynamoDB/*.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"
]
}
}