blob: cf60f9bc35c23623983acf7aff3f8c5f6c2acb2b [file] [log] [blame]
{
"name": "DNTutorial",
"version": "0.1.0",
"summary": "DNTutorial manages a set of tutorial objects that interact with the user.",
"description": " DNTutorial manages a set of tutorial objects that interact with the user.\n Once the user completes a task, the tutotial message will never be displayed again.\n If the user interacts with a feature that could toggle a tutorial message, that message should never be displayed to the user.\n\n Tutorials consist of multiple types and all elements inheret from a single DNTutorialElement base class.\n DNTutorialBanner displays a banner with an appropriate message and an action that triggers its dismissal.\n DNTutorialGesture displays a gesture motion with a starting location and direction.\n DNTutorialBoth displays a gesture montion alongside a banner with a progress banner\n",
"homepage": "https://github.com/danielniemeyer/DNTutorial",
"screenshots": "http://f.cl.ly/items/3o0n1K2V2z1L1e0t2X09/tutorial.gif",
"license": "MIT",
"authors": {
"Daniel Niemeyer": "danieldn94@gmail.com"
},
"source": {
"git": "https://github.com/danielniemeyer/DNTutorial.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resources": "Pod/Assets/*.png"
}