blob: 81b17c840f228576ceb93cb50971860f75196ce3 [file] [log] [blame]
{
"name": "FMDBMigrationManager",
"version": "1.2.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.2.1"
},
"source_files": "Code",
"requires_arc": true,
"libraries": "sqlite3",
"dependencies": {
"FMDB/common": [
"~> 2.3"
]
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
}
}