blob: fbdb82b8f563c1f85bf96558d68f42f506841e8c [file] [log] [blame]
{
"name": "AmazonSDB",
"version": "1.0.0",
"summary": "iOS and OS X interface to Amazon's SimpleDB web service.",
"description": " A fork of brcosm's AmazonSDB (an iOS interface to Amazon's SimpleDB web service).\n Changes: Uses Blocks instead of a delegate, has better error handling, support for multi-value attributes, and more.\n",
"homepage": "https://github.com/barrettj/AmazonSDB",
"license": "MIT",
"authors": {
"Barrett Jacobsen": "admin@barrettj.com",
"Brandon Smith": "brcosm@gmail.com"
},
"source": {
"git": "https://github.com/barrettj/AmazonSDB.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "4.3",
"osx": "10.7"
},
"source_files": "SDB/SDB",
"requires_arc": true
}