blob: 462ddb6705aefcab7377b33a1d552e927a920f39 [file] [log] [blame]
{
"name": "AWSCore",
"version": "2.2.0",
"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/sdkforios",
"license": "Apache License, Version 2.0",
"authors": {
"Amazon Web Services": "amazonwebservices"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/aws/aws-sdk-ios.git",
"tag": "2.2.0"
},
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration"
],
"libraries": [
"z",
"sqlite3"
],
"requires_arc": true,
"source_files": [
"AWSCore/*.{h,m}",
"AWSCore/**/*.{h,m}"
]
}