blob: bf9d4bc4b4f46be0c58e38e817af7b1b501756de [file] [log] [blame]
{
"name": "MTMigration",
"version": "0.0.1",
"summary": "Manages blocks of code that only need to run once on version updates in iOS apps.",
"homepage": "https://github.com/mysterioustrousers/MTMigration",
"license": "MIT",
"authors": {
"Parker Wightman": "parkerwightman@gmail.com"
},
"source": {
"git": "https://github.com/mysterioustrousers/MTMigration.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "MTMigration/MTMigration.{h,m}",
"requires_arc": true
}