Skip to content

Commit 216b7e9

Browse files
author
Christoffer Winterkvist
committed
2.0.0
1 parent 1ba50e1 commit 216b7e9

File tree

5 files changed

+9
-23
lines changed

5 files changed

+9
-23
lines changed

Example/Parallax/Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ use_frameworks!
33
platform :ios, '8.0'
44

55
pod 'Presentation', path: '../../'
6-
pod 'Cartography', git: 'https://github.com/robb/Cartography.git'
76
pod 'Pages', git: 'https://github.com/hyperoslo/Pages'
87

98
pod 'Hex', '~> 2.0'

Example/Parallax/Podfile.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,31 @@
11
PODS:
2-
- Cartography (0.5.0)
2+
- Cartography (0.6.0)
33
- Hex (2.0)
44
- Pages (0.6.2)
55
- Presentation (2.0.0):
6-
- Cartography (~> 0.5.0)
6+
- Cartography (~> 0.6.0)
77
- Pages (~> 0.6.2)
88

99
DEPENDENCIES:
10-
- Cartography (from `https://github.com/robb/Cartography.git`)
1110
- Hex (~> 2.0)
1211
- Pages (from `https://github.com/hyperoslo/Pages`)
1312
- Presentation (from `../../`)
1413

1514
EXTERNAL SOURCES:
16-
Cartography:
17-
:git: https://github.com/robb/Cartography.git
1815
Pages:
1916
:git: https://github.com/hyperoslo/Pages
2017
Presentation:
2118
:path: "../../"
2219

2320
CHECKOUT OPTIONS:
24-
Cartography:
25-
:commit: 5ced82bb4bcd34ef232e2c13c3d07d686238b457
26-
:git: https://github.com/robb/Cartography.git
2721
Pages:
2822
:commit: f411722d6281fee2d458cc520e3fb9c4de62f04c
2923
:git: https://github.com/hyperoslo/Pages
3024

3125
SPEC CHECKSUMS:
32-
Cartography: 314f5ed1495995760487161eeb7a8a0940d88ad3
26+
Cartography: 70af183a248547694a8cfaa6b989cb7e04589985
3327
Hex: 1800bd20206b93b10422d2289baa3787698825ad
3428
Pages: 6c042132f8c63c34d242789b7763d4c64e9681a0
35-
Presentation: 11c0a317bd206f671492cebba09b3ea3fab4b9c8
29+
Presentation: 156bb732160bc092e3a288aa2c43a808a9a2d627
3630

3731
COCOAPODS: 0.39.0.beta.4

Example/Tutorial/Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ platform :ios, '8.0'
66

77
pod 'Presentation', path: '../../'
88
pod 'Hex', '~> 2.0'
9-
pod 'Cartography', git: 'https://github.com/robb/Cartography.git'
109
pod 'Pages', git: 'https://github.com/hyperoslo/Pages'

Example/Tutorial/Podfile.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,31 @@
11
PODS:
2-
- Cartography (0.5.0)
2+
- Cartography (0.6.0)
33
- Hex (2.0)
44
- Pages (0.6.2)
55
- Presentation (2.0.0):
6-
- Cartography (~> 0.5.0)
6+
- Cartography (~> 0.6.0)
77
- Pages (~> 0.6.2)
88

99
DEPENDENCIES:
10-
- Cartography (from `https://github.com/robb/Cartography.git`)
1110
- Hex (~> 2.0)
1211
- Pages (from `https://github.com/hyperoslo/Pages`)
1312
- Presentation (from `../../`)
1413

1514
EXTERNAL SOURCES:
16-
Cartography:
17-
:git: https://github.com/robb/Cartography.git
1815
Pages:
1916
:git: https://github.com/hyperoslo/Pages
2017
Presentation:
2118
:path: "../../"
2219

2320
CHECKOUT OPTIONS:
24-
Cartography:
25-
:commit: 5ced82bb4bcd34ef232e2c13c3d07d686238b457
26-
:git: https://github.com/robb/Cartography.git
2721
Pages:
2822
:commit: f411722d6281fee2d458cc520e3fb9c4de62f04c
2923
:git: https://github.com/hyperoslo/Pages
3024

3125
SPEC CHECKSUMS:
32-
Cartography: 314f5ed1495995760487161eeb7a8a0940d88ad3
26+
Cartography: 70af183a248547694a8cfaa6b989cb7e04589985
3327
Hex: 1800bd20206b93b10422d2289baa3787698825ad
3428
Pages: 6c042132f8c63c34d242789b7763d4c64e9681a0
35-
Presentation: 11c0a317bd206f671492cebba09b3ea3fab4b9c8
29+
Presentation: 156bb732160bc092e3a288aa2c43a808a9a2d627
3630

3731
COCOAPODS: 0.39.0.beta.4

Presentation.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ Pod::Spec.new do |s|
1313

1414
s.source_files = 'Source/**/*'
1515
s.dependency 'Pages', '~> 0.6.2'
16-
s.dependency 'Cartography', '~> 0.5.0'
16+
s.dependency 'Cartography', '~> 0.6.0'
1717
end

0 commit comments

Comments
 (0)