blob: 6f05764223428463a46cf3c39379c388ff1dbb29 [file] [log] [blame]
{
"name": "WelcomeViewController",
"version": "0.1.0",
"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.0"
},
"social_media_url": "https://twitter.com/lionheartsw",
"platforms": {
"ios": "11.0"
},
"source_files": [
"WelcomeViewController/Classes/**/*",
"WelcomeViewController/Protocols/**/*"
],
"frameworks": "UIKit",
"dependencies": {
"SuperLayout": [
"~> 1.0"
],
"LionheartExtensions": [
"~> 3.0"
]
},
"swift_version": "4.0"
}