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