Skip to content

Support semantic versioning #369

@subsetpark

Description

@subsetpark

Cocoapods has support for semantic versioning in dependency declaration:

In addition to the logic operators CocoaPods has an optimistic operator ~>:

'> 0.1.2' Version 0.1.2 and the versions up to 0.2, not including 0.2 and higher
'
> 0.1' Version 0.1 and the versions up to 1.0, not including 1.0 and higher
'~> 0' Version 0 and higher, this is basically the same as not having it.

We might consider adding similar functionality to nimble.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions