blob: f98130bb52db6525d76b1936bea8561b80c884e4 [file] [log] [blame]
{
"name": "SetupController",
"version": "0.1.1",
"summary": "MBSetupController can present a sequence of dialog views that lead the user through a series of steps like a wizard or a setup assistant.",
"description": " A MBSetupController is a subclass of UIViewController controller that acts like a wizard or setup assistant to present a sequence of dialog views that lead the user through a series of steps.\n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/miximka/SetupController",
"license": "MIT",
"authors": {
"Maksim Bauer": "miximka@gmail.com"
},
"source": {
"git": "https://github.com/miximka/SetupController.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/miximka",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"SetupController": [
"Pod/Assets/*.png"
]
}
}