blob: 6ea35f1308e7f5eb1154c735dcb1d35e741bb072 [file] [log] [blame]
{
"name": "SQLiteMigrationManager.swift",
"version": "0.0.1",
"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": "8.0"
},
"module_name": "SQLiteMigrationManager",
"source": {
"git": "https://github.com/garriguv/SQLiteMigrationManager.swift.git",
"tag": "0.0.1",
"submodules": true
},
"source_files": [
"SQLiteMigrationManager",
"SQLiteMigrationManager/**/*.{h,m}"
],
"dependencies": {
"SQLite.swift": [
"~> 0.9.2"
]
}
}