File tree 5 files changed +9
-23
lines changed
5 files changed +9
-23
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ use_frameworks!
3
3
platform :ios , '8.0'
4
4
5
5
pod 'Presentation' , path : '../../'
6
- pod 'Cartography' , git : 'https://github.com/robb/Cartography.git'
7
6
pod 'Pages' , git : 'https://github.com/hyperoslo/Pages'
8
7
9
8
pod 'Hex' , '~> 2.0'
Original file line number Diff line number Diff line change 1
1
PODS:
2
- - Cartography (0.5 .0)
2
+ - Cartography (0.6 .0)
3
3
- Hex (2.0)
4
4
- Pages (0.6.2)
5
5
- Presentation (2.0.0):
6
- - Cartography (~> 0.5 .0)
6
+ - Cartography (~> 0.6 .0)
7
7
- Pages (~> 0.6.2)
8
8
9
9
DEPENDENCIES:
10
- - Cartography (from `https://github.com/robb/Cartography.git`)
11
10
- Hex (~> 2.0)
12
11
- Pages (from `https://github.com/hyperoslo/Pages`)
13
12
- Presentation (from `../../`)
14
13
15
14
EXTERNAL SOURCES:
16
- Cartography:
17
- :git: https://github.com/robb/Cartography.git
18
15
Pages:
19
16
:git: https://github.com/hyperoslo/Pages
20
17
Presentation:
21
18
:path: "../../"
22
19
23
20
CHECKOUT OPTIONS:
24
- Cartography:
25
- :commit: 5ced82bb4bcd34ef232e2c13c3d07d686238b457
26
- :git: https://github.com/robb/Cartography.git
27
21
Pages:
28
22
:commit: f411722d6281fee2d458cc520e3fb9c4de62f04c
29
23
:git: https://github.com/hyperoslo/Pages
30
24
31
25
SPEC CHECKSUMS:
32
- Cartography: 314f5ed1495995760487161eeb7a8a0940d88ad3
26
+ Cartography: 70af183a248547694a8cfaa6b989cb7e04589985
33
27
Hex: 1800bd20206b93b10422d2289baa3787698825ad
34
28
Pages: 6c042132f8c63c34d242789b7763d4c64e9681a0
35
- Presentation: 11c0a317bd206f671492cebba09b3ea3fab4b9c8
29
+ Presentation: 156bb732160bc092e3a288aa2c43a808a9a2d627
36
30
37
31
COCOAPODS: 0.39.0.beta.4
Original file line number Diff line number Diff line change @@ -6,5 +6,4 @@ platform :ios, '8.0'
6
6
7
7
pod 'Presentation' , path : '../../'
8
8
pod 'Hex' , '~> 2.0'
9
- pod 'Cartography' , git : 'https://github.com/robb/Cartography.git'
10
9
pod 'Pages' , git : 'https://github.com/hyperoslo/Pages'
Original file line number Diff line number Diff line change 1
1
PODS:
2
- - Cartography (0.5 .0)
2
+ - Cartography (0.6 .0)
3
3
- Hex (2.0)
4
4
- Pages (0.6.2)
5
5
- Presentation (2.0.0):
6
- - Cartography (~> 0.5 .0)
6
+ - Cartography (~> 0.6 .0)
7
7
- Pages (~> 0.6.2)
8
8
9
9
DEPENDENCIES:
10
- - Cartography (from `https://github.com/robb/Cartography.git`)
11
10
- Hex (~> 2.0)
12
11
- Pages (from `https://github.com/hyperoslo/Pages`)
13
12
- Presentation (from `../../`)
14
13
15
14
EXTERNAL SOURCES:
16
- Cartography:
17
- :git: https://github.com/robb/Cartography.git
18
15
Pages:
19
16
:git: https://github.com/hyperoslo/Pages
20
17
Presentation:
21
18
:path: "../../"
22
19
23
20
CHECKOUT OPTIONS:
24
- Cartography:
25
- :commit: 5ced82bb4bcd34ef232e2c13c3d07d686238b457
26
- :git: https://github.com/robb/Cartography.git
27
21
Pages:
28
22
:commit: f411722d6281fee2d458cc520e3fb9c4de62f04c
29
23
:git: https://github.com/hyperoslo/Pages
30
24
31
25
SPEC CHECKSUMS:
32
- Cartography: 314f5ed1495995760487161eeb7a8a0940d88ad3
26
+ Cartography: 70af183a248547694a8cfaa6b989cb7e04589985
33
27
Hex: 1800bd20206b93b10422d2289baa3787698825ad
34
28
Pages: 6c042132f8c63c34d242789b7763d4c64e9681a0
35
- Presentation: 11c0a317bd206f671492cebba09b3ea3fab4b9c8
29
+ Presentation: 156bb732160bc092e3a288aa2c43a808a9a2d627
36
30
37
31
COCOAPODS: 0.39.0.beta.4
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ Pod::Spec.new do |s|
13
13
14
14
s . source_files = 'Source/**/*'
15
15
s . dependency 'Pages' , '~> 0.6.2'
16
- s . dependency 'Cartography' , '~> 0.5 .0'
16
+ s . dependency 'Cartography' , '~> 0.6 .0'
17
17
end
You can’t perform that action at this time.
0 commit comments