[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 4 / 0 / WelcomeViewController / 0.1.2 / WelcomeViewController.podspec.json
blob0abfb854da71bb306254579ba7707b28ca8d9e67
2   "name": "WelcomeViewController",
3   "version": "0.1.2",
4   "summary": "A welcome view in the style of Apple's built-in apps.",
5   "description": "A view controller that lets you quickly and easily summarize your app's functionality.",
6   "homepage": "https://github.com/lionheart/WelcomeViewController",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dan Loewenherz": "dan@lionheartsw.com"
13   },
14   "source": {
15     "git": "https://github.com/lionheart/WelcomeViewController.git",
16     "tag": "0.1.2"
17   },
18   "social_media_url": "https://twitter.com/lionheartsw",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": [
23     "WelcomeViewController/Classes/**/*",
24     "WelcomeViewController/Protocols/**/*"
25   ],
26   "frameworks": "UIKit",
27   "dependencies": {
28     "SuperLayout": [
29       "~> 1"
30     ],
31     "LionheartExtensions": [
32       "~> 3"
33     ]
34   },
35   "swift_version": "4.0"