blob: cd190800c3270e1d4518ee836f391910dec56f07 [file] [log] [blame]
{
"name": "Command",
"version": "1.1.1",
"swift_versions": "4.2",
"license": "MIT",
"summary": "The Command pattern implementation",
"description": "Applying a pattern Command we have a more readable and protected form side-effects data structure, which gives you a closure without a possibility of returning a result.",
"homepage": "https://github.com/Unicore/Command",
"authors": {
"Maxim Bazarov": "bazaroffma@gmail.com"
},
"source": {
"git": "https://github.com/Unicore/Command.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/Command/**/*.swift",
"swift_version": "4.2"
}