blob: 570b651e01f0cb69cede4e3e5adf1904a8b7f681 [file] [log] [blame]
{
"name": "AWSPluginsCore",
"version": "1.1.1-unstable.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://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.1.1-unstable.0"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "AmplifyPlugins/Core/AWSPluginsCore/**/*.swift",
"dependencies": {
"Amplify": [
"1.1.1-unstable.0"
],
"AWSMobileClient": [
"~> 2.15.0"
],
"AWSCore": [
"~> 2.15.0"
]
},
"swift_version": "5.0"
}