blob: 35990487fd344966f67e30c59b32fb74da25fed4 [file] [log] [blame]
{
"name": "AWSGoogleSignIn",
"version": "2.9.1",
"summary": "Amazon Web Services SDK for iOS.",
"description": "The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.",
"homepage": "http://aws.amazon.com/mobile/sdk",
"license": "Apache License, Version 2.0",
"authors": {
"Amazon Web Services": "amazonwebservices"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/aws/aws-sdk-ios.git",
"tag": "2.9.1"
},
"requires_arc": true,
"dependencies": {
"AWSAuthCore": [
"2.9.1"
]
},
"source_files": [
"AWSAuthSDK/Sources/AWSGoogleSignIn/*.{h,m}",
"AWSAuthSDK/Dependencies/GoogleHeaders/*.h"
],
"public_header_files": "AWSAuthSDK/Sources/AWSGoogleSignIn/*.h",
"private_header_files": "AWSAuthSDK/Dependencies/GoogleHeaders/*.h",
"resource_bundles": {
"AWSGoogleSignIn": "AWSAuthSDK/Sources/AWSGoogleSignIn/Images.xcassets"
}
}