File tree Expand file tree Collapse file tree 5 files changed +9
-23
lines changed Expand file tree Collapse file tree 5 files changed +9
-23
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ use_frameworks!
33platform :ios , '8.0'
44
55pod 'Presentation' , path : '../../'
6- pod 'Cartography' , git : 'https://github.com/robb/Cartography.git'
76pod 'Pages' , git : 'https://github.com/hyperoslo/Pages'
87
98pod 'Hex' , '~> 2.0'
Original file line number Diff line number Diff line change 11PODS:
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
99DEPENDENCIES:
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
1514EXTERNAL 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
2320CHECKOUT 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
3125SPEC CHECKSUMS:
32- Cartography: 314f5ed1495995760487161eeb7a8a0940d88ad3
26+ Cartography: 70af183a248547694a8cfaa6b989cb7e04589985
3327 Hex: 1800bd20206b93b10422d2289baa3787698825ad
3428 Pages: 6c042132f8c63c34d242789b7763d4c64e9681a0
35- Presentation: 11c0a317bd206f671492cebba09b3ea3fab4b9c8
29+ Presentation: 156bb732160bc092e3a288aa2c43a808a9a2d627
3630
3731COCOAPODS: 0.39.0.beta.4
Original file line number Diff line number Diff line change @@ -6,5 +6,4 @@ platform :ios, '8.0'
66
77pod 'Presentation' , path : '../../'
88pod 'Hex' , '~> 2.0'
9- pod 'Cartography' , git : 'https://github.com/robb/Cartography.git'
109pod 'Pages' , git : 'https://github.com/hyperoslo/Pages'
Original file line number Diff line number Diff line change 11PODS:
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
99DEPENDENCIES:
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
1514EXTERNAL 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
2320CHECKOUT 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
3125SPEC CHECKSUMS:
32- Cartography: 314f5ed1495995760487161eeb7a8a0940d88ad3
26+ Cartography: 70af183a248547694a8cfaa6b989cb7e04589985
3327 Hex: 1800bd20206b93b10422d2289baa3787698825ad
3428 Pages: 6c042132f8c63c34d242789b7763d4c64e9681a0
35- Presentation: 11c0a317bd206f671492cebba09b3ea3fab4b9c8
29+ Presentation: 156bb732160bc092e3a288aa2c43a808a9a2d627
3630
3731COCOAPODS: 0.39.0.beta.4
Original file line number Diff line number Diff 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'
1717end
You can’t perform that action at this time.
0 commit comments