blob: 98248d231fa55858c558145a1587ea9e292e40ff [file] [log] [blame]
{
"name": "OnelinerKit",
"version": "1.0.2",
"summary": "A macOS framework to create text based screen savers.",
"swift_version": "4.1",
"description": "A macOS framework to create text based screen savers.\nPlease see https://github.com/kimar/DeveloperExcuses for a sample implementation.",
"homepage": "https://github.com/kimar/OnelinerKit",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Marcus Kida": "marcus@kida.io"
},
"social_media_url": "http://twitter.com/kidmar",
"platforms": {
"osx": "10.9"
},
"source": {
"git": "https://github.com/kimar/OnelinerKit.git",
"tag": "1.0.2"
},
"source_files": [
"OnelinerKit",
"OnelinerKit/**/*.{swift}"
]
}