blob: eb3c94b8fd8dcb259a7616656812b4cc84f0192f [file] [log] [blame]
{
"name": "SetupController",
"version": "0.5.0",
"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.",
"homepage": "https://github.com/miximka/SetupController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maksim Bauer": "miximka@gmail.com"
},
"source": {
"git": "https://github.com/miximka/SetupController.git",
"tag": "0.5.0"
},
"social_media_url": "https://twitter.com/miximka",
"platforms": {
"ios": "8.0"
},
"source_files": "SetupController/Classes/**/*"
}