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