blob: 99e59c85eb484cc71eb93b7c6159c40173c222da [file] [log] [blame]
{
"name": "FMDBMigrationManager",
"version": "1.2.2",
"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.2.2"
},
"source_files": "Code",
"requires_arc": true,
"dependencies": {
"FMDB/common": [
"~> 2.3"
]
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
}
}