blob: 4937f6337e9c90c6ce28cfbb893221aa98748bc1 [file] [log] [blame]
{
"name": "SimpleAWS",
"version": "0.1.60",
"summary": "A CocoaPod for simplifying and beautifying AWS API calls in Swift.",
"description": "SimpleAWS uses closure chaining to provide a much more readable syntax for AWS calls. Currently only DynamoDB and Cognito are supported, but\n all AWS modules will be suported eventually.",
"homepage": "https://github.com/ihanken/SimpleAWS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ihanken": "ihanken@bellsouth.net"
},
"source": {
"git": "https://github.com/ihanken/SimpleAWS.git",
"tag": "0.1.60"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SimpleAWS/Classes/**/*",
"dependencies": {
"AWSCore": [
],
"AWSCognito": [
],
"AWSCognitoIdentityProvider": [
],
"AWSDynamoDB": [
],
"AWSS3": [
]
},
"pushed_with_swift_version": "3.0"
}