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