blob: 619c58198b01d9611e40cbccc3a32fbdc213bd6e [file] [log] [blame]
{
"name": "AWSCognitoAuth",
"version": "2.15.1",
"summary": "Amazon Cognito Auth SDK for iOS",
"description": "Amazon Cognito Auth enables sign up and authentication of your end users via a hosted UI",
"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.15.1"
},
"requires_arc": true,
"dependencies": {
"AWSCore": [
"2.15.1"
],
"AWSCognitoIdentityProviderASF": [
"1.0.1"
]
},
"source_files": "AWSCognitoAuth/**/*.{h,m,c}",
"public_header_files": "AWSCognitoAuth/*.h",
"private_header_files": "AWSCognitoAuth/Internal/*.h"
}