blob: fca63d3452567a52ad2443b873a583290d270701 [file] [log] [blame]
{
"name": "SQLiteMigrationManager.swift",
"version": "0.5.0",
"summary": "Migration manager for SQLite.swift",
"description": "Migration manager for SQLite.swift, based on FMDBMigrationManager.",
"homepage": "https://github.com/garriguv/SQLiteMigrationManager.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vincent Garrigues": "vincent.garrigues@gmail.com"
},
"social_media_url": "http://twitter.com/garriguv",
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"module_name": "SQLiteMigrationManager",
"source": {
"git": "https://github.com/garriguv/SQLiteMigrationManager.swift.git",
"tag": "0.5.0",
"submodules": true
},
"source_files": "Sources",
"dependencies": {
"SQLite.swift": [
"~> 0.11.0"
]
}
}