Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentneo committed Aug 1, 2020
1 parent 087f5a4 commit 8fe97cb
Showing 1 changed file with 26 additions and 9 deletions.
35 changes: 26 additions & 9 deletions README.md
Expand Up @@ -5,17 +5,34 @@
<b>
Parse and generate GPX files easily on iOS, watchOS & macOS.
</b>
<br/>
<a href="https://travis-ci.com/vincentneo/CoreGPX">
<img src="https://travis-ci.com/vincentneo/CoreGPX.svg?branch=master"/>
</a>
<a href="https://swift.org">
<img src="https://img.shields.io/badge/Swift-5.2-orange.svg"/>
</a>
<a href="https://www.topografix.com/gpx/1/1/">
<img src="https://img.shields.io/badge/gpx-1.1-yellow.svg"/>
</a>
<a href="http://doge.mit-license.org">
<img src="http://img.shields.io/:license-mit-red.svg"/>
</a>
<a href="https://cocoapods.org/pods/CoreGPX">
<img src="https://img.shields.io/cocoapods/p/CoreGPX.svg?style=flat"/>
</a>
<br/>
<a href="https://github.com/apple/swift-package-manager">
<img src="https://img.shields.io/badge/Swift%20Package%20Manager-Supported-darkgreen.svg"/>
</a>
<a href="https://github.com/Carthage/Carthage">
<img src="https://img.shields.io/badge/Carthage-Supported-darkgreen.svg?style=flat"/>
</a>
<a href="https://cocoapods.org/pods/CoreGPX">
<img src="https://img.shields.io/cocoapods/v/CoreGPX.svg?style=flat"/>
</a>
</p>

[![CI Status](https://travis-ci.com/vincentneo/CoreGPX.svg?branch=master)](https://travis-ci.com/vincentneo/CoreGPX)
[![Swift Version](https://img.shields.io/badge/Swift-5.1-orange.svg)](https://swift.org/blog/swift-5-1-released/)
[![GPX Version](https://img.shields.io/badge/gpx-1.1-yellow.svg)](https://www.topografix.com/gpx/1/1/)
[![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org)
[![Platform](https://img.shields.io/cocoapods/p/CoreGPX.svg?style=flat)](https://cocoapods.org/pods/CoreGPX)
[![Version](https://img.shields.io/cocoapods/v/CoreGPX.svg?style=flat)](https://cocoapods.org/pods/CoreGPX)
[![Carthage compatible](https://img.shields.io/badge/Carthage-✔-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Swift Package Manager compatible](https://img.shields.io/badge/Swift%20Package%20Manager-✔-brightgreen.svg)](https://github.com/apple/swift-package-manager)

## What is CoreGPX?
CoreGPX is a port of iOS-GPX-Framework to Swift language.

Expand Down

0 comments on commit 8fe97cb

Please sign in to comment.