blob: 6b5b9e1fe1bf705fcfc4f4d75d7b045784a55a30 [file] [log] [blame]
{
"name": "FMDBMigrationManager",
"version": "1.4.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.4.1"
},
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"default_subspecs": "System",
"subspecs": [
{
"name": "Standalone",
"source_files": "Code",
"dependencies": {
"FMDB/standalone": [
">= 2.3"
]
}
},
{
"name": "System",
"source_files": "Code",
"dependencies": {
"FMDB/standard": [
">= 2.3"
]
}
}
]
}