blob: 66e2a4b241b57b06aaf73198b9ed013948c53837 [file] [log] [blame]
{
"name": "SQLiteModel",
"version": "0.1.4",
"summary": "The easiest way to persist data in Swift",
"description": "SQLiteModel is a developer friendly SQLite ORM written in swift, wrapped over SQLite.swift",
"homepage": "https://github.com/jhurray/SQLiteModel",
"license": "MIT",
"authors": {
"Jeff Hurray": "jhurray@umich.edu"
},
"source": {
"git": "https://github.com/jhurray/SQLiteModel.git",
"tag": "0.1.4"
},
"social_media_url": "https://twitter.com/JeffHurray",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SQLiteModel/*.{h,swift}",
"libraries": "sqlite3",
"dependencies": {
"SQLite.swift": [
"~> 0.9.0"
]
}
}