blob: 60f227c5a0c04e947645aa01502e4f2ac922431a [file] [log] [blame]
{
"name": "SQLiteModel",
"version": "0.2.1",
"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.1"
},
"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"
]
}
}