blob: e83bf15ddfd23f05732fe195608dcda29193d1be [file] [log] [blame]
{
"name": "WelcomeViewController",
"version": "0.1.4",
"summary": "A welcome view to quickly introduce users to your app.",
"description": "A welcome view that lets you quickly introduce users to your app.",
"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.4"
},
"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"
}