blob: 0db5715ad5b1d0c771360d53326f8cfd27ab6498 [file] [log] [blame]
{
"name": "OLCOrm",
"version": "0.0.1",
"summary": "OLCOrm is an Object Relational Mapping libaray for ios, which uses FMDB Sqlite datbase library.",
"description": " We all know the working with Core Data is major pain in the neck. Yet it is in a way bit easy you work with, if you get an hold of how it actaully work, working with only model calsses to update the database structre on the fly.\n And for those who hate to use Core Data, FMDB is you best choice. But still it lack the capability of mapping objects to models. So you have to manullay create the databas and queries, ah.\n So I develop this Libaray as an wrapper library to FMDB, that handle the database, table & all other CRUD function that we use daily. To make you life easire.\n This libaray is still at it early stages (not even Alpha) so you are always welcome to teak thigs here and there to make this better :). \n \n Happy Coding.\n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/LakithaRav/OLCOrm",
"license": "MIT",
"authors": {
"Lakitha Samarasinghe": "lakitha@fidenz.com"
},
"source": {
"git": "https://github.com/LakithaRav/OLCOrm.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"dependencies": {
"FMDB": [
]
}
}