blob: ea0b00c0eb2aff32e9636c15ff7ba27701673634 [file] [log] [blame]
{
"name": "FlexileDatabase",
"version": "0.1.4",
"homepage": "https://github.com/ahayman/FlxDatabase",
"summary": "A SQLite database management tool with object oriented SQL Statements.",
"description": " The Flexile Database is a set of classes to help manage information in a SQLite database (iPhone only at the moment) in an object oriented fasion. The header files are fully documented, so you can learn a lot about usage there.\n\nThe is one dependency: FlxToolkit. It a collection of classes, defines, functions, etc I use in most of my projects.\n\nWarning: At the moment, while these classes handle just about all types of updates you can do on a SQLite database, they only handle single-table queries. I intend on adding joined queries in the near future... as soon as I can get to it. \n",
"authors": {
"Aaron Hayman": "aaron@flexile.co"
},
"license": "MIT",
"source": {
"git": "https://github.com/ahayman/FlxDatabase.git",
"tag": "0.1.4"
},
"source_files": "FlxDatabase/*.{h,m}",
"libraries": "sqlite3",
"dependencies": {
"FlexileToolkit": [
"~> 0.x.x"
]
},
"platforms": {
"ios": "5.1"
},
"requires_arc": true
}