blob: 4d5f29ef31690056bbb30979a82c202f086b2020 [file] [log] [blame]
{
"name": "CommandLineKit",
"version": "2.3.0",
"summary": "A pure Swift library for creating command-line interfaces",
"description": "A pure Swift library for creating command-line interfaces.\n- Automatically generated usage messages.\n- Supports all common flag styles\n- Intelligent handling of negative int & float arguments\n- Locale-aware float parsing\n- Type-safe Enum options\n- Fully emoji-compliant",
"homepage": "https://github.com/IngmarStein/CommandLineKit",
"license": "Apache License, Version 2.0",
"authors": {
"Ingmar Stein": "IngmarStein@gmail.com"
},
"social_media_url": "https://twitter.com/IngmarStein",
"platforms": {
"ios": "10.0",
"osx": "10.10",
"watchos": "3.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/IngmarStein/CommandLineKit.git",
"tag": "v2.3.0"
},
"swift_versions": "5.0",
"source_files": "Sources/**/*.swift",
"swift_version": "5.0"
}