blob: b5756f404d03371235db9e018f124af96e8b4656 [file] [log] [blame]
{
"name": "SimpleAWS",
"version": "0.1.0",
"summary": "SimpleAWS is a framework written in Swift that greatly simplifies and beautifies AWS API calls for iOS.",
"description": "SimpleAWS uses closure chaining to provide much cleaner AWS API calls. Rather than dealing with multiple nested if-elses, SimpleAWS allows a user to make an API call with just two closures.",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SimpleAWS/Classes/**/*",
"pushed_with_swift_version": "3.0"
}