Skip to content

Commit

Permalink
updated version in pegged.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov committed Dec 23, 2012
1 parent 50b8db1 commit 5a34745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pegged.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "pegged"
s.version = "0.0.2"
s.version = "0.0.1"
s.summary = "Pegged is a tool for generating Objective-C recursive-decent parsers from Parsing Expression Grammars (PEGs)."
s.description = <<-DESC
Pegged generates Objective-C parsers from PEG grammars. The parsers it generates are re-entrant, thread-safe, and do not leak memory: they are suitable for inclusion in other programs.
Expand Down

0 comments on commit 5a34745

Please sign in to comment.