D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

PluginDescriptor Data Type

Subtypes
LifecycleManagerDescriptor
Properties
name data type description
version Semver
type string
id string
description string
label string

Example

{
  "version" : {
    "stable" : true,
    "type" : "COCOAPODS",
    "minor" : 12345,
    "build" : "...",
    "originalValue" : "...",
    "value" : "...",
    "patch" : 12345,
    "suffixTokens" : [ "...", "..." ],
    "major" : 12345
  },
  "type" : "...",
  "id" : "...",
  "description" : "...",
  "label" : "..."
}