[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / f / d / SshConfig / 1.0.1 / SshConfig.podspec.json
bloba433e706ed4c9275955907ecd77c334f01be40fc
2   "name": "SshConfig",
3   "version": "1.0.1",
4   "summary": "An SSH config parser library with a fancy API",
5   "description": "The SshConfig makes it quick and easy to load, parse, and\ndecode/encode the SSH configs. It also helps to resolve the\nproperties by hostname and use them safely in your apps\n(thanks for Optional and static types in Swift).\n\nInstructions for installation are in [the README](https://github.com/xxlabaza/SshConfig).",
6   "platforms": {
7     "ios": "13.0",
8     "osx": "10.15",
9     "tvos": "13.0",
10     "watchos": "6.0"
11   },
12   "swift_versions": [
13     "5.1",
14     "5.2",
15     "5.3",
16     "5.4"
17   ],
18   "homepage": "https://github.com/xxlabaza/SshConfig",
19   "license": {
20     "type": "Apache 2.0",
21     "file": "LICENSE.txt"
22   },
23   "authors": {
24     "Artem Labazin": "xxlabaza@gmail.com"
25   },
26   "source": {
27     "git": "https://github.com/xxlabaza/SshConfig.git",
28     "tag": "1.0.1"
29   },
30   "documentation_url": "https://xxlabaza.github.io/SshConfig/",
31   "source_files": "Sources/SshConfig/**/*.swift",
32   "swift_version": "5.4"