[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 4 / 1 / a / Plug / 0.3.0 / Plug.podspec.json
blob215f7cd31a5ea5e289faf78623cb568a0cd09c19
2   "name": "Plug",
3   "version": "0.3.0",
4   "summary": "Plug is a lightweight, multiplatform plugin management tool written in pure Swift.",
5   "description": "Plug is a lightweight, multiplatform plugin management tool written in pure Swift. It allows to define rules at which given plugins are available.",
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.3.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"