blob: 6d5f8ba9ac52d751d650d1fa29f02a02b2f5cadc [file] [log] [blame]
{
"name": "Plug",
"version": "0.4.0",
"summary": "Plug is a multi-platform plugin architecture micro-framework and plugin manager written in pure Swift.",
"description": "Plug is a multi-platform plugin architecture micro-framework and plugin manager written in pure Swift. It allows to define rules that has to be met to activate plugins at given plugin point.",
"homepage": "https://github.com/lewandowskit93/Plug",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Tomasz Lewandowski": "tomasz.t.lewandowski@gmail.com"
},
"source": {
"git": "https://github.com/lewandowskit93/Plug.git",
"tag": "0.4.0"
},
"source_files": "Plug/**/*.swift",
"swift_versions": "5.1",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_version": "5.1"
}