[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / a / b / SALQuickTutorial / 0.1 / SALQuickTutorial.podspec.json
blob1d3631f80a999b991ad66038c9048a6e08c2b14e
2   "name": "SALQuickTutorial",
3   "version": "0.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.1"
18   },
19   "source_files": [
20     "SALQuickTutorial",
21     "SALQuickTutorialViewController.{h,m,xib}"
22   ],
23   "requires_arc": true,
24   "dependencies": {
25     "MZFormSheetController": [
26       "~> 2.3"
27     ]
28   }