blob: ec3a6cd2fd8a5d1a174127130bccfed6f70831ff [file] [log] [blame]
{
"name": "StackBase",
"version": "1.0.6",
"summary": "An Objective-C backend framework.",
"homepage": "https://github.com/cmancushman/StackBase",
"description": "StackBase, currently in its alpha stage, offers frontend programmers a backend framework they can utilize without ever using a different language. Built on a MySQL database, Objective-C programmers may run complex queries, upload large amounts of data, and customize SQL tables simply by using the methods this framework offers.",
"authors": {
"Chris": "christopher.cushman@richmond.edu"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source": {
"http": "https://s3-us-west-2.amazonaws.com/bucketboi/StackBase.zip"
},
"ios": {
"vendored_frameworks": "StackBase.framework"
}
}