blob: 92cda0ec0b9b0411394f9acc8c7f68344e8ac7c7 [file] [log] [blame]
{
"name": "SALQuickTutorial",
"version": "0.2",
"summary": "One-time-quick-tutorials to be shown as the user discovers your app",
"description": " Show only once quick tutorials while users play with your app. Teach as they use, and not before using.\n",
"homepage": "https://github.com/seekingalpha/SALQuickTutorial",
"license": "MIT",
"authors": {
"Seeking Alpha": ""
},
"social_media_url": "http://twitter.com/SeekingAlpha",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/seekingalpha/SALQuickTutorial.git",
"tag": "0.2"
},
"source_files": [
"SALQuickTutorial",
"SALQuickTutorialViewController.{h,m}"
],
"resources": "SALQuickTutorial/SALQuickTutorialViewController.xib",
"requires_arc": true,
"dependencies": {
"MZFormSheetController": [
"~> 2.3"
]
}
}