blob: f8c6cabd5933782fee8cfba76b6320ac056a426a [file] [log] [blame]
{
"name": "AWSPluginsCore",
"version": "1.0.4",
"summary": "Amazon Web Services Amplify for iOS.",
"description": "AWS Amplify for iOS provides a declarative library for application development using cloud services",
"homepage": "https://github.com/aws-amplify/amplify-ios",
"license": "Apache License, Version 2.0",
"authors": {
"Amazon Web Services": "amazonwebservices"
},
"source": {
"git": "https://github.com/aws-amplify/amplify-ios.git",
"tag": "v1.0.4"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "AmplifyPlugins/Core/AWSPluginsCore/**/*.swift",
"dependencies": {
"Amplify": [
"1.0.4"
],
"AWSMobileClient": [
"~> 2.14.0"
],
"AWSCore": [
"~> 2.14.0"
]
},
"swift_version": "5.0"
}