blob: 9b11a4ffbd40005252afc36c445cc7ef6e1b0812 [file] [log] [blame]
{
"name": "MigrationViewController",
"version": "0.0.5",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "This is CoreData migration when updating to display library",
"homepage": "https://github.com/akuraru/MigrationViewController",
"platforms": {
"ios": null
},
"authors": {
"Akuraru IP": "akuraru@gmail.com"
},
"source": {
"git": "https://github.com/akuraru/MigrationViewController.git",
"tag": "0.0.5"
},
"requires_arc": true,
"deprecated": true,
"subspecs": [
{
"name": "Core",
"source_files": "lib/MigrationBaseViewController.{h,m}"
},
{
"name": "MigrationViewController",
"source_files": "lib/MigrationViewController.{h,m}",
"dependencies": {
"MigrationViewController/Core": [
],
"MagicalRecord": [
]
}
}
]
}