blob: 0b3e712ad8739c999c342451c2d05fb8240ff6b9 [file] [log] [blame]
{
"name": "SQLiteModel",
"version": "0.2.2",
"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.2.2"
},
"social_media_url": "https://twitter.com/JeffHurray",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": "SQLiteModel/*.{h,swift}",
"libraries": "sqlite3",
"dependencies": {
"SQLite.swift": [
"~> 0.10.0"
]
}
}