blob: c6d1d8cc3d68616a7683cd080c0fc5619f9c3a71 [file] [log] [blame]
{
"name": "SQLiteMigrationManager.swift",
"version": "0.2.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.2.0",
"submodules": true
},
"source_files": [
"SQLiteMigrationManager",
"SQLiteMigrationManager/**/*.{h,m}"
],
"dependencies": {
"SQLite.swift": [
"~> 0.11.0"
]
},
"pushed_with_swift_version": "3.0"
}