Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffer Winterkvist committed Sep 23, 2015
1 parent 1ba50e1 commit 216b7e9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 23 deletions.
1 change: 0 additions & 1 deletion Example/Parallax/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use_frameworks!
platform :ios, '8.0'

pod 'Presentation', path: '../../'
pod 'Cartography', git: 'https://github.com/robb/Cartography.git'
pod 'Pages', git: 'https://github.com/hyperoslo/Pages'

pod 'Hex', '~> 2.0'
14 changes: 4 additions & 10 deletions Example/Parallax/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,37 +1,31 @@
PODS:
- Cartography (0.5.0)
- Cartography (0.6.0)
- Hex (2.0)
- Pages (0.6.2)
- Presentation (2.0.0):
- Cartography (~> 0.5.0)
- Cartography (~> 0.6.0)
- Pages (~> 0.6.2)

DEPENDENCIES:
- Cartography (from `https://github.com/robb/Cartography.git`)
- Hex (~> 2.0)
- Pages (from `https://github.com/hyperoslo/Pages`)
- Presentation (from `../../`)

EXTERNAL SOURCES:
Cartography:
:git: https://github.com/robb/Cartography.git
Pages:
:git: https://github.com/hyperoslo/Pages
Presentation:
:path: "../../"

CHECKOUT OPTIONS:
Cartography:
:commit: 5ced82bb4bcd34ef232e2c13c3d07d686238b457
:git: https://github.com/robb/Cartography.git
Pages:
:commit: f411722d6281fee2d458cc520e3fb9c4de62f04c
:git: https://github.com/hyperoslo/Pages

SPEC CHECKSUMS:
Cartography: 314f5ed1495995760487161eeb7a8a0940d88ad3
Cartography: 70af183a248547694a8cfaa6b989cb7e04589985
Hex: 1800bd20206b93b10422d2289baa3787698825ad
Pages: 6c042132f8c63c34d242789b7763d4c64e9681a0
Presentation: 11c0a317bd206f671492cebba09b3ea3fab4b9c8
Presentation: 156bb732160bc092e3a288aa2c43a808a9a2d627

COCOAPODS: 0.39.0.beta.4
1 change: 0 additions & 1 deletion Example/Tutorial/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ platform :ios, '8.0'

pod 'Presentation', path: '../../'
pod 'Hex', '~> 2.0'
pod 'Cartography', git: 'https://github.com/robb/Cartography.git'
pod 'Pages', git: 'https://github.com/hyperoslo/Pages'
14 changes: 4 additions & 10 deletions Example/Tutorial/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,37 +1,31 @@
PODS:
- Cartography (0.5.0)
- Cartography (0.6.0)
- Hex (2.0)
- Pages (0.6.2)
- Presentation (2.0.0):
- Cartography (~> 0.5.0)
- Cartography (~> 0.6.0)
- Pages (~> 0.6.2)

DEPENDENCIES:
- Cartography (from `https://github.com/robb/Cartography.git`)
- Hex (~> 2.0)
- Pages (from `https://github.com/hyperoslo/Pages`)
- Presentation (from `../../`)

EXTERNAL SOURCES:
Cartography:
:git: https://github.com/robb/Cartography.git
Pages:
:git: https://github.com/hyperoslo/Pages
Presentation:
:path: "../../"

CHECKOUT OPTIONS:
Cartography:
:commit: 5ced82bb4bcd34ef232e2c13c3d07d686238b457
:git: https://github.com/robb/Cartography.git
Pages:
:commit: f411722d6281fee2d458cc520e3fb9c4de62f04c
:git: https://github.com/hyperoslo/Pages

SPEC CHECKSUMS:
Cartography: 314f5ed1495995760487161eeb7a8a0940d88ad3
Cartography: 70af183a248547694a8cfaa6b989cb7e04589985
Hex: 1800bd20206b93b10422d2289baa3787698825ad
Pages: 6c042132f8c63c34d242789b7763d4c64e9681a0
Presentation: 11c0a317bd206f671492cebba09b3ea3fab4b9c8
Presentation: 156bb732160bc092e3a288aa2c43a808a9a2d627

COCOAPODS: 0.39.0.beta.4
2 changes: 1 addition & 1 deletion Presentation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Pod::Spec.new do |s|

s.source_files = 'Source/**/*'
s.dependency 'Pages', '~> 0.6.2'
s.dependency 'Cartography', '~> 0.5.0'
s.dependency 'Cartography', '~> 0.6.0'
end

0 comments on commit 216b7e9

Please sign in to comment.