blob: a725cb7135b759cdeada2eb1f7dd6f7d55c85bfc [file] [log] [blame]
{
"name": "FMDBMigrationManager",
"version": "1.1.0",
"license": "Apache2",
"summary": "A SQLite database schema migration system for FMDB",
"homepage": "https://github.com/layerhq/FMDBMigrationManager",
"authors": {
"Blake Watters": "blakewatters@gmail.com"
},
"source": {
"git": "https://github.com/layerhq/FMDBMigrationManager.git",
"tag": "v1.1.0"
},
"source_files": "Code",
"requires_arc": true,
"libraries": "sqlite3",
"dependencies": {
"FMDB": [
"~> 2.2"
]
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
}
}