blob: d9f6628074e181aeda32f814fd12142698101408 [file] [log] [blame]
{
"name": "MTMigration",
"version": "0.0.3",
"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.3"
},
"platforms": {
"ios": "5.0"
},
"source_files": "MTMigration/MTMigration.{h,m}",
"requires_arc": true
}