[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 4 / 1 / a / Plug / 0.4.0 / Plug.podspec.json
blob6d5f8ba9ac52d751d650d1fa29f02a02b2f5cadc
2   "name": "Plug",
3   "version": "0.4.0",
4   "summary": "Plug is a multi-platform plugin architecture micro-framework and plugin manager written in pure Swift.",
5   "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.",
6   "homepage": "https://github.com/lewandowskit93/Plug",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Tomasz Lewandowski": "tomasz.t.lewandowski@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lewandowskit93/Plug.git",
16     "tag": "0.4.0"
17   },
18   "source_files": "Plug/**/*.swift",
19   "swift_versions": "5.1",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.10",
23     "tvos": "9.0",
24     "watchos": "2.0"
25   },
26   "swift_version": "5.1"