blob: 0f81ca63fc30bb9b08fcda482d873a657dc6905f [file] [log] [blame]
{
"name": "Prompter",
"version": "0.1.0",
"summary": "Light weight helpers for developing interactive command line (cli) scripts in Swift.",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Matthew Clarkson": "mpclarkson@gmail.com"
},
"social_media_url": "http://twitter.com/matt_clarkson",
"platforms": {
"osx": "10.11"
},
"requires_arc": true,
"source": {
"git": "https://github.com/mpclarkson/Prompter.git",
"tag": "0.1.0"
},
"homepage": "https://github.com/mpclarkson/Prompter",
"source_files": "Source/*.{swift}",
"documentation_url": "http://mpclarkson.github.io/Prompter/"
}