blob: 5a9e80122cf03973995f6dc3120b3c2c615749da [file] [log] [blame]
{
"name": "AWSPluginsCore",
"version": "0.11.0",
"summary": "Amazon Web Services Amplify for iOS.",
"description": "AWS Amplify for iOS provides a declarative library for application development using cloud services",
"homepage": "https://aws.amazon.com/amplify/",
"license": "Apache License, Version 2.0",
"authors": {
"Amazon Web Services": "amazonwebservices"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/aws-amplify/amplify-ios.git",
"tag": "0.11.0"
},
"requires_arc": true,
"source_files": "AmplifyPlugins/Core/AWSPluginsCore/**/*.swift",
"dependencies": {
"Amplify": [
"0.11.0"
],
"AWSMobileClient": [
"~> 2.13.0"
]
}
}