|
5 | 5 | <b>
|
6 | 6 | Parse and generate GPX files easily on iOS, watchOS & macOS.
|
7 | 7 | </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> |
8 | 34 | </p>
|
9 | 35 |
|
10 |
| -[](https://travis-ci.com/vincentneo/CoreGPX) |
11 |
| -[](https://swift.org/blog/swift-5-1-released/) |
12 |
| -[](https://www.topografix.com/gpx/1/1/) |
13 |
| -[](http://doge.mit-license.org) |
14 |
| -[](https://cocoapods.org/pods/CoreGPX) |
15 |
| -[](https://cocoapods.org/pods/CoreGPX) |
16 |
| -[](https://github.com/Carthage/Carthage) |
17 |
| -[](https://github.com/apple/swift-package-manager) |
18 |
| - |
19 | 36 | ## What is CoreGPX?
|
20 | 37 | CoreGPX is a port of iOS-GPX-Framework to Swift language.
|
21 | 38 |
|
|
0 commit comments