| name | data type | description |
|---|---|---|
| type | string | |
| id | string | |
| label | string | |
| version | Semver | |
| description | string |
Example
{
"type" : "...",
"id" : "...",
"label" : "...",
"version" : {
"value" : "...",
"patch" : 12345,
"minor" : 12345,
"suffixTokens" : [ "...", "..." ],
"major" : 12345,
"build" : "...",
"stable" : true,
"type" : "COCOAPODS",
"originalValue" : "..."
},
"description" : "..."
}