blob: 2aa06691607db674548b1fcb0065f8f7bab90f95 [file] [log] [blame]
{
"name": "FMDBMigrationManager",
"version": "1.3.1",
"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.3.1"
},
"source_files": "Code",
"requires_arc": true,
"dependencies": {
"FMDB/common": [
"~> 2.3"
]
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
}
}