Skip to content

Commit 4697099

Browse files
committed
Update CoreGPX to 0.7.4
1 parent 2bc2ae0 commit 4697099

File tree

12 files changed

+46
-117
lines changed

12 files changed

+46
-117
lines changed

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use_frameworks!
22

33
def shared_pods
4-
pod 'CoreGPX', git: 'https://github.com/VincentNeo/CoreGPX.git'
4+
pod 'CoreGPX'
55
end
66

77
target 'OpenGpxTracker' do

Podfile.lock

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,20 @@
11
PODS:
2-
- CoreGPX (0.7.1)
2+
- CoreGPX (0.7.4)
33
- MapCache (0.6.0)
44

55
DEPENDENCIES:
6-
- CoreGPX (from `https://github.com/VincentNeo/CoreGPX.git`)
6+
- CoreGPX
77
- MapCache (~> 0.6.0)
88

99
SPEC REPOS:
1010
https://github.com/cocoapods/specs.git:
11+
- CoreGPX
1112
- MapCache
1213

13-
EXTERNAL SOURCES:
14-
CoreGPX:
15-
:git: https://github.com/VincentNeo/CoreGPX.git
16-
17-
CHECKOUT OPTIONS:
18-
CoreGPX:
19-
:commit: b2538e52f67bb9f7ef00ea169a33a93abc174df4
20-
:git: https://github.com/VincentNeo/CoreGPX.git
21-
2214
SPEC CHECKSUMS:
23-
CoreGPX: a25d38752ebe5e5dc0ecb83c2dfc096caae3aee5
15+
CoreGPX: 9927a0158614c4baed08ecdb772fdc24efd92e49
2416
MapCache: 8afa98ddc3539a384ba75b019284cded95aaccab
2517

26-
PODFILE CHECKSUM: 7706b404bc9a04597c49524bc107c3f1d2ebe02c
18+
PODFILE CHECKSUM: 97ad10775e58ef7100c884ba0bf97867e159a041
2719

2820
COCOAPODS: 1.7.5

Pods/CoreGPX/Classes/GPXBounds.swift

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/CoreGPX/Classes/GPXElement.swift

Lines changed: 1 addition & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/CoreGPX/Classes/GPXExtensions.swift

Lines changed: 1 addition & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/CoreGPX/Classes/GPXExtensionsElement.swift

Lines changed: 20 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/CoreGPX/Classes/GPXPoint.swift

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/CoreGPX/Classes/GPXWaypoint.swift

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/CoreGPX/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Manifest.lock

Lines changed: 5 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)