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