blob: 351592b0f0d6adcf41a4551d509a35e64e501fbf [file] [log] [blame]
{
"name": "AWSCognitoIdentityProvider",
"version": "2.15.1",
"summary": "Amazon Cognito Identity Provider SDK for iOS (Beta)",
"description": "Amazon Cognito Identity Provider enables sign up and authentication of your end users",
"homepage": "http://aws.amazon.com/mobile/sdk",
"license": "Apache License, Version 2.0",
"authors": {
"Amazon Web Services": "amazonwebservices"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/aws/aws-sdk-ios.git",
"tag": "2.15.1"
},
"requires_arc": true,
"frameworks": [
"Security",
"UIKit"
],
"dependencies": {
"AWSCore": [
"2.15.1"
],
"AWSCognitoIdentityProviderASF": [
"1.0.1"
]
},
"source_files": "AWSCognitoIdentityProvider/**/*.{h,m,c}",
"public_header_files": "AWSCognitoIdentityProvider/*.h",
"private_header_files": "AWSCognitoIdentityProvider/Internal/*.h"
}