blob: 84ff1254f943dcc450807457cbf43773438efdd2 [file] [log] [blame]
{
"name": "NAMDatabase",
"version": "1.0.3",
"summary": "A Sqlite ORM",
"description": "Based in Doctrine PHP ORM, this ORM bring to developers productivity and more powerful database management.",
"homepage": "https://github.com/narlei/NAMDatabase",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"narlei": "narlei.guitar@gmail.com"
},
"source": {
"git": "https://github.com/narlei/NAMDatabase.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "9.3"
},
"source_files": "NAMDatabase/Classes/**/*",
"dependencies": {
"FMDB": [
"~> 2.7.5"
]
}
}