Skip to content

Commit 8fe97cb

Browse files
authored
Update README.md
1 parent 087f5a4 commit 8fe97cb

File tree

1 file changed

+26
-9
lines changed

1 file changed

+26
-9
lines changed

README.md

+26-9
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,34 @@
55
<b>
66
Parse and generate GPX files easily on iOS, watchOS & macOS.
77
</b>
8+
<br/>
9+
<a href="https://travis-ci.com/vincentneo/CoreGPX">
10+
<img src="https://travis-ci.com/vincentneo/CoreGPX.svg?branch=master"/>
11+
</a>
12+
<a href="https://swift.org">
13+
<img src="https://img.shields.io/badge/Swift-5.2-orange.svg"/>
14+
</a>
15+
<a href="https://www.topografix.com/gpx/1/1/">
16+
<img src="https://img.shields.io/badge/gpx-1.1-yellow.svg"/>
17+
</a>
18+
<a href="http://doge.mit-license.org">
19+
<img src="http://img.shields.io/:license-mit-red.svg"/>
20+
</a>
21+
<a href="https://cocoapods.org/pods/CoreGPX">
22+
<img src="https://img.shields.io/cocoapods/p/CoreGPX.svg?style=flat"/>
23+
</a>
24+
<br/>
25+
<a href="https://github.com/apple/swift-package-manager">
26+
<img src="https://img.shields.io/badge/Swift%20Package%20Manager-Supported-darkgreen.svg"/>
27+
</a>
28+
<a href="https://github.com/Carthage/Carthage">
29+
<img src="https://img.shields.io/badge/Carthage-Supported-darkgreen.svg?style=flat"/>
30+
</a>
31+
<a href="https://cocoapods.org/pods/CoreGPX">
32+
<img src="https://img.shields.io/cocoapods/v/CoreGPX.svg?style=flat"/>
33+
</a>
834
</p>
935

10-
[![CI Status](https://travis-ci.com/vincentneo/CoreGPX.svg?branch=master)](https://travis-ci.com/vincentneo/CoreGPX)
11-
[![Swift Version](https://img.shields.io/badge/Swift-5.1-orange.svg)](https://swift.org/blog/swift-5-1-released/)
12-
[![GPX Version](https://img.shields.io/badge/gpx-1.1-yellow.svg)](https://www.topografix.com/gpx/1/1/)
13-
[![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org)
14-
[![Platform](https://img.shields.io/cocoapods/p/CoreGPX.svg?style=flat)](https://cocoapods.org/pods/CoreGPX)
15-
[![Version](https://img.shields.io/cocoapods/v/CoreGPX.svg?style=flat)](https://cocoapods.org/pods/CoreGPX)
16-
[![Carthage compatible](https://img.shields.io/badge/Carthage-✔-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
17-
[![Swift Package Manager compatible](https://img.shields.io/badge/Swift%20Package%20Manager-✔-brightgreen.svg)](https://github.com/apple/swift-package-manager)
18-
1936
## What is CoreGPX?
2037
CoreGPX is a port of iOS-GPX-Framework to Swift language.
2138

0 commit comments

Comments
 (0)