blob: 5ab1d3f46331475bb65a44f807e60e9a7e7536fc [file] [log] [blame]
{
"name": "AWSAuthCore",
"version": "2.9.9",
"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": "8.0"
},
"source": {
"git": "https://github.com/aws/aws-sdk-ios.git",
"tag": "2.9.9"
},
"requires_arc": true,
"dependencies": {
"AWSCore": [
"2.9.9"
]
},
"source_files": "AWSAuthSDK/Sources/AWSAuthCore/*.{h,m}",
"public_header_files": "AWSAuthSDK/Sources/AWSAuthCore/*.h"
}