blob: cd3b510fc00289ed0e2b3fd519106d1a2c3901d0 [file] [log] [blame]
{
"name": "Amplify",
"version": "1.0.0-rc.1",
"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"
},
"source": {
"git": "https://github.com/aws-amplify/amplify-ios.git",
"tag": "1.0.0-rc.1"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "Amplify/**/*.swift",
"default_subspecs": "Default",
"subspecs": [
{
"name": "Default",
"preserve_paths": "AmplifyTools",
"script_phases": {
"name": "Default",
"script": "echo \"no-op\"",
"execution_position": "before_compile"
}
},
{
"name": "Tools",
"preserve_paths": "AmplifyTools",
"script_phases": {
"name": "AmplifyTools",
"script": "mkdir -p ${PODS_ROOT}/AmplifyTools; cp -vf \"${PODS_TARGET_SRCROOT}/AmplifyTools/amplify-tools.sh\" ${PODS_ROOT}/AmplifyTools/.",
"execution_position": "before_compile"
}
}
],
"swift_version": "5.0"
}