blob: c4ed1b2a88d7d633e63edc09d07647539ffe22f4 [file] [log] [blame]
{
"name": "Command",
"version": "1.5.3",
"swift_versions": "5",
"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.5.3"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/Command/**/*.swift",
"swift_version": "5"
}