blob: d517d7f4e7182941fd84b6289ce8c820772a72e4 [file] [log] [blame]
{
"name": "MFMigrationManager",
"version": "1.0.0",
"summary": "A great way to handle migrations in your iOS or Mac app.",
"homepage": "http://github.com/fortinmike/MFMigrationManager",
"license": "MIT",
"authors": {
"MichaeĢˆl Fortin": "fortinmike@irradiated.net"
},
"source": {
"git": "https://github.com/fortinmike/MFMigrationManager.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/IrradiatedApps",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": true,
"source_files": "MFMigrationManager/Source",
"public_header_files": "MFMigrationManager/Source/**/*.h",
"dependencies": {
"Regexer": [
"~> 1.0.0"
]
}
}