blob: 9bdf2f044b938ad6cd5292938136c09d92484195 [file] [log] [blame]
{
"name": "AWSSQS",
"version": "2.1.2",
"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.1.2"
},
"requires_arc": true,
"dependencies": {
"AWSCore": [
"2.1.2"
],
"Bolts": [
"~> 1.1.0"
],
"Mantle": [
"~> 1.4"
]
},
"source_files": "AWSSQS/*.{h,m}",
"resources": [
"AWSSQS/Resources/*.json"
]
}