[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 8 / a / b / SALQuickTutorial / 0.2.1 / SALQuickTutorial.podspec.json
blob9b222652ce18d98c26b3c116cfc40dc1fdb7953f
2   "name": "SALQuickTutorial",
3   "version": "0.2.1",
4   "summary": "One-time-quick-tutorials to be shown as the user discovers your app",
5   "description": "                   Show only once quick tutorials while users play with your app. Teach as they use, and not before using.\n",
6   "homepage": "https://github.com/seekingalpha/SALQuickTutorial",
7   "license": "MIT",
8   "authors": {
9     "Seeking Alpha": ""
10   },
11   "social_media_url": "http://twitter.com/SeekingAlpha",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/seekingalpha/SALQuickTutorial.git",
17     "tag": "0.2.1"
18   },
19   "source_files": [
20     "SALQuickTutorial",
21     "SALQuickTutorialViewController.{h,m}"
22   ],
23   "resources": "SALQuickTutorial/SALQuickTutorialViewController.xib",
24   "requires_arc": true,
25   "dependencies": {
26     "MZFormSheetController": [
27       "~> 2.3"
28     ]
29   }