blob: 938be7aec1de2ecff3db38cfe67384532723bcd0 [file] [log] [blame]
{
"name": "OnelinerKit",
"version": "1.0.1",
"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.1"
},
"source_files": [
"OnelinerKit",
"OnelinerKit/**/*.{swift}"
]
}