blob: 6273661bd72eaee9fd49a27ce29100909ff25887 [file] [log] [blame]
{
"name": "SPModel",
"version": "0.0.1",
"summary": "Persist your models to sqlite, without configuration and sql queries",
"description": "SPModel will save you time by creating database and generating basic sql's automatically.",
"homepage": "https://github.com/metinn/SPModel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Metin Güler": "eng.metin@gmail.com"
},
"source": {
"git": "https://github.com/metinn/SPModel.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "src/**/*",
"dependencies": {
"FMDB": [
"~> 2.7"
]
}
}