# VersionKit **Repository Path**: mirrors_CocoaPods/VersionKit ## Basic Information - **Project Name**: VersionKit - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VersionKit [![Build Status](https://travis-ci.org/CocoaPods/VersionKit.svg?branch=master)](https://travis-ci.org/CocoaPods/VersionKit) [![Coverage Status](https://img.shields.io/coveralls/CocoaPods/VersionKit.svg)](https://coveralls.io/r/CocoaPods/VersionKit) [![Code Climate](https://img.shields.io/codeclimate/github/CocoaPods/VersionKit.svg)](https://codeclimate.com/github/CocoaPods/VersionKit) Provides support for SemVer versions and dependency resolution ## Usage ```ruby require 'version_kit' ``` ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request