Skip to content

Commit

Permalink
update version in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhiteley committed May 3, 2018
1 parent 73851a3 commit 132eec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marshal.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Marshal"
s.version = "1.2.5"
s.version = "1.2.7"
s.summary = "Marshal is a simple, lightweight framework for safely extracting values from [String: AnyObject]"
s.description = <<-DESC
In Swift, we all deal with JSON, plists, and various forms of [String: Any]. Marshal believes you don't need a Ph.D. in monads or magic mirrors to deal with these in an expressive and type safe way. Marshal will help you write declarative, performant, error handled code using the power of Protocol Oriented Programming™.
Expand Down

0 comments on commit 132eec0

Please sign in to comment.