| 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" : "..."
}