Implementation of https://semver.org in Swift.
2.0.0
This project is part of the 🐇🕳 Rabbit Hole Packages Collection
Implementation of https://semver.org in Swift.
2.0.0
This project is part of the 🐇🕳 Rabbit Hole Packages Collection
{
  "name": "MajorMinorPatch",
  "path": "/usr/src/package",
  "targets": [
    {
      "name": "MajorMinorPatchTests",
      "path": "Tests/MajorMinorPatchTests",
      "type": "test",
      "c99name": "MajorMinorPatchTests",
      "sources": [
        "MajorTests.swift",
        "MinorTests.swift",
        "ParsingTests.swift",
        "PatchTests.swift",
        "SUTs.swift",
        "SemanticIdentifierComparableTests.swift",
        "SemanticVersioningPrecedenceTests.swift",
        "StringConvertibleTests.swift",
        "ValidationTests.swift"
      ],
      "module_type": "SwiftTarget",
      "target_dependencies": [
        "MajorMinorPatch"
      ]
    },
    {
      "name": "MajorMinorPatch",
      "path": "Sources/MajorMinorPatch",
      "type": "library",
      "c99name": "MajorMinorPatch",
      "sources": [
        "Parsing.swift",
        "Public/Identifier/ArraySemantic.Identifier.swift",
        "Public/Identifier/Semantic.Identifier.LosslessStringConvertible.swift",
        "Public/Identifier/Semantic.Identifier.swift",
        "Public/Major/Semantic.Major.AdditiveArithmetic.swift",
        "Public/Major/Semantic.Major.Comparable.swift",
        "Public/Major/Semantic.Major.LosslessStringConvertible.swift",
        "Public/Major/Semantic.Major.PatternMatching.swift",
        "Public/Major/Semantic.Major.swift",
        "Public/Metadata/Semantic.Metadata.LosslessStringConvertible.swift",
        "Public/Metadata/Semantic.Metadata.swift",
        "Public/Minor/Semantic.Minor.AdditiveArithmetic.swift",
        "Public/Minor/Semantic.Minor.Comparable.swift",
        "Public/Minor/Semantic.Minor.LosslessStringConvertible.swift",
        "Public/Minor/Semantic.Minor.PatternMatching.swift",
        "Public/Minor/Semantic.Minor.swift",
        "Public/Patch/Semantic.Patch.AdditiveArithmetic.swift",
        "Public/Patch/Semantic.Patch.Comparable .swift",
        "Public/Patch/Semantic.Patch.LosslessStringConvertible.swift",
        "Public/Patch/Semantic.Patch.PatternMatching.swift",
        "Public/Patch/Semantic.Patch.swift",
        "Public/Semantic.Comparable.swift",
        "Public/Semantic.LosslessStringConvertible .swift",
        "Public/Semantic.swift",
        "Public/Version/Semantic.Version.LosslessStringConvertible.swift",
        "Public/Version/Semantic.Version.swift",
        "Validation.swift"
      ],
      "module_type": "SwiftTarget",
      "product_memberships": [
        "MajorMinorPatch"
      ],
      "product_dependencies": [
        "Parsing"
      ]
    }
  ],
  "products": [
    {
      "name": "MajorMinorPatch",
      "type": {
        "library": [
          "dynamic"
        ]
      },
      "targets": [
        "MajorMinorPatch"
      ]
    }
  ],
  "platforms": [
    {
      "name": "macos",
      "version": "10.15"
    },
    {
      "name": "ios",
      "version": "11.0"
    },
    {
      "name": "tvos",
      "version": "11.0"
    },
    {
      "name": "watchos",
      "version": "4.0"
    }
  ],
  "dependencies": [
    {
      "url": "https://github.com/pointfreeco/swift-parsing.git",
      "type": "sourceControl",
      "identity": "swift-parsing",
      "requirement": {
        "branch": [
          "main"
        ]
      }
    }
  ],
  "tools_version": "5.7",
  "manifest_display_name": "MajorMinorPatch"
}
							{
  "name": "MajorMinorPatch",
  "targets": [
    {
      "name": "MajorMinorPatch",
      "type": "regular",
      "exclude": [],
      "settings": [],
      "resources": [],
      "dependencies": [
        {
          "product": [
            "Parsing",
            "swift-parsing",
            null,
            null
          ]
        }
      ],
      "packageAccess": false
    },
    {
      "name": "MajorMinorPatchTests",
      "type": "test",
      "exclude": [],
      "settings": [],
      "resources": [],
      "dependencies": [
        {
          "byName": [
            "MajorMinorPatch",
            null
          ]
        }
      ],
      "packageAccess": false
    }
  ],
  "products": [
    {
      "name": "MajorMinorPatch",
      "type": {
        "library": [
          "dynamic"
        ]
      },
      "targets": [
        "MajorMinorPatch"
      ]
    }
  ],
  "pkgConfig": null,
  "platforms": [
    {
      "options": [],
      "version": "10.15",
      "platformName": "macos"
    },
    {
      "options": [],
      "version": "11.0",
      "platformName": "ios"
    },
    {
      "options": [],
      "version": "11.0",
      "platformName": "tvos"
    },
    {
      "options": [],
      "version": "4.0",
      "platformName": "watchos"
    }
  ],
  "providers": null,
  "packageKind": {
    "root": [
      "/usr/src/package"
    ]
  },
  "dependencies": [
    {
      "sourceControl": [
        {
          "identity": "swift-parsing",
          "location": {
            "remote": [
              {
                "urlString": "https://github.com/pointfreeco/swift-parsing.git"
              }
            ]
          },
          "requirement": {
            "branch": [
              "main"
            ]
          },
          "productFilter": null
        }
      ]
    }
  ],
  "toolsVersion": {
    "_version": "5.7.0"
  },
  "cLanguageStandard": null,
  "cxxLanguageStandard": null,
  "swiftLanguageVersions": null
}
							{
  "url": "/usr/src/package",
  "name": "MajorMinorPatch",
  "path": "/usr/src/package",
  "version": "unspecified",
  "identity": "package",
  "dependencies": [
    {
      "url": "https://github.com/pointfreeco/swift-parsing.git",
      "name": "swift-parsing",
      "path": "/usr/src/package/.build/checkouts/swift-parsing",
      "version": "unspecified",
      "identity": "swift-parsing",
      "dependencies": [
        {
          "url": "https://github.com/pointfreeco/swift-case-paths",
          "name": "swift-case-paths",
          "path": "/usr/src/package/.build/checkouts/swift-case-paths",
          "version": "0.9.1",
          "identity": "swift-case-paths",
          "dependencies": []
        },
        {
          "url": "https://github.com/pointfreeco/xctest-dynamic-overlay",
          "name": "xctest-dynamic-overlay",
          "path": "/usr/src/package/.build/checkouts/xctest-dynamic-overlay",
          "version": "0.4.0",
          "identity": "xctest-dynamic-overlay",
          "dependencies": []
        }
      ]
    }
  ]
}