blob: 206a6a0b4d7a4bf547591fdf1a9e3cac08ed6fbc [file] [log] [blame]
{
"name": "SQLiteMigrationManager.swift",
"version": "0.3.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"
},
"module_name": "SQLiteMigrationManager",
"source": {
"git": "https://github.com/garriguv/SQLiteMigrationManager.swift.git",
"tag": "0.3.0",
"submodules": true
},
"source_files": [
"SQLiteMigrationManager",
"SQLiteMigrationManager/**/*.{h,m}"
],
"dependencies": {
"SQLite.swift": [
"~> 0.11.0"
]
},
"pushed_with_swift_version": "4.0"
}