blob: 05785a1b7d35e604e67e11d08e1b92d5c61c5a11 [file] [log] [blame]
{
"name": "Enlighten",
"version": "1.0",
"summary": "💡 An integrated spotlight-based onboarding and help library for macOS, written in Swift.",
"homepage": "https://github.com/chriszielinski/Enlighten",
"screenshots": "https://raw.githubusercontent.com/chriszielinski/Enlighten/master/readme-assets/gifs/enlighten.gif",
"documentation_url": "https://chriszielinski.github.io/Enlighten/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chriszielinski": "chrisz@berkeley.edu"
},
"social_media_url": "http://twitter.com/mightbesuperman",
"platforms": {
"osx": "10.12"
},
"source": {
"git": "https://github.com/chriszielinski/Enlighten.git",
"tag": "1.0"
},
"source_files": "Source/**/*.swift",
"swift_version": "4.2",
"dependencies": {
"Down": [
]
}
}