Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffer Winterkvist committed Sep 18, 2015
2 parents a5d1598 + df69ebd commit dda4d3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Presentation.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "Presentation"
s.summary = "Presentation helps you to make tutorials, release notes and animated pages."
s.version = "1.0.0"
s.version = "2.0.0"
s.homepage = "https://github.com/hyperoslo/Presentation"
s.license = 'MIT'
s.author = { "Hyper" => "[email protected]" }
Expand All @@ -12,6 +12,6 @@ Pod::Spec.new do |s|
s.requires_arc = true

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

0 comments on commit dda4d3d

Please sign in to comment.