Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodore Calmes committed Feb 27, 2014
1 parent 8af231e commit b90e414
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TBQuadTree.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "TBQuadTree"
s.version = "0.0.1"
s.version = "0.0.2"
s.summary = "Quad tree data structure build in C."
s.homepage = "https://github.com/thoughtbot/TBQuadTree.git"
s.license = 'MIT'
s.author = {"Theodore Calmes" => "theo@thoughtbot.com"}
s.source = {
:git => "https://github.com/thoughtbot/TBQuadTree.git,
:tag => "0.0.1"
:git => "https://github.com/thoughtbot/TBQuadTree.git",
:tag => "0.0.2"
}
s.source_files = 'TBQuadTree/**/*.{m,h}'
s.requires_arc = true
Expand Down

0 comments on commit b90e414

Please sign in to comment.