blob: 90012846028d170f4778437c841d7f01480c6501 [file] [log] [blame]
{
"name": "WelcomeViewController",
"version": "0.1.3",
"summary": "A welcome view in the style of Apple's built-in apps.",
"description": "A view controller that lets you quickly and easily summarize your app's functionality.",
"homepage": "https://github.com/lionheart/WelcomeViewController",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Dan Loewenherz": "dan@lionheartsw.com"
},
"source": {
"git": "https://github.com/lionheart/WelcomeViewController.git",
"tag": "0.1.3"
},
"social_media_url": "https://twitter.com/lionheartsw",
"platforms": {
"ios": "11.0"
},
"source_files": [
"WelcomeViewController/Classes/**/*",
"WelcomeViewController/Protocols/**/*"
],
"frameworks": "UIKit",
"dependencies": {
"SuperLayout": [
"~> 1"
],
"LionheartExtensions": [
"~> 3"
]
},
"swift_version": "4.0"
}