blob: a99feb329c861fd122c465fbce6ce0a1a4bd788d [file] [log] [blame]
{
"name": "sModel",
"version": "1.0.15",
"summary": "sModel is a lightweight object mapper for sqlite.",
"description": "sModel is a Swift framework written on top of FMDB to provides:\n - Simple management of your database schema (including database updates)\n - Simple mapping of database rows to Swift objects\n - Batch updates for improved performance on large updates",
"homepage": "https://github.com/FamilySearch/sModel",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Stephen Lynn": "slynn@familysearch.org"
},
"swift_version": "4.0",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/FamilySearch/sModel.git",
"tag": "v1.0.15"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"module_name": "sModel",
"dependencies": {
"FMDB": [
"2.7.5"
]
}
}