blob: 5c72614d38199e7d9ddd53a97da9e2320313b17f [file] [log] [blame]
{
"name": "CognitoWrapper",
"version": "1.0.3",
"summary": "A wrapper around AWS Cognito SDK",
"platforms": {
"ios": "11.0"
},
"swift_version": "5.0",
"description": "This pod provides a simple API for logging in to an AWS backend using Cognito User Pools.",
"homepage": "https://github.com/aldo-dev/CognitoWrapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ALDO Inc": "aldodev@aldogroup.com"
},
"source": {
"git": "https://github.com/aldo-dev/CognitoWrapper.git",
"tag": "1.0.3"
},
"source_files": "CognitoWrapper/Classes/**/*",
"dependencies": {
"AWSCognito": [
],
"AWSCognitoAuth": [
],
"AWSCognitoIdentityProvider": [
],
"AWSUserPoolsSignIn": [
],
"EitherResult": [
]
}
}