blob: fb532875a142bcbb23142024bce84d3f2b814e10 [file] [log] [blame]
{
"name": "AWSCognito",
"version": "2.3.1",
"summary": "Amazon Cognito SDK for iOS",
"description": "Amazon Cognito offers multi device data synchronization with offline access",
"homepage": "http://aws.amazon.com/cognito",
"license": "Amazon Software License",
"authors": {
"Amazon Web Services": "amazonwebservices"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/aws/amazon-cognito-ios.git",
"tag": "2.3.1"
},
"requires_arc": true,
"libraries": "sqlite3",
"dependencies": {
"AWSCore": [
"2.3.1"
]
},
"source_files": [
"CognitoSync/*.{h,m}",
"Cognito/*.{h,m}",
"Cognito/**/*.{h,m}"
],
"public_header_files": [
"Cognito/*.h",
"CognitoSync/*.h"
]
}