Skip to content

Commit

Permalink
Merge pull request #53 from utahiosmac/update-cocoapods
Browse files Browse the repository at this point in the history
Updated the podspec to the latest version.
  • Loading branch information
jarsen authored Jul 27, 2016
2 parents a4212e3 + a7a3e91 commit 117b29d
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 = "0.9.5"
s.version = "0.9.6"
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: AnyObject]. Marshal believes you don't need a Ph.D. in Monads or large, complex frameworks to deal with these in an expressive and type safe way. Marshal is a simple, lightweight framework for safely extracting values from [String: AnyObject].
Expand Down

0 comments on commit 117b29d

Please sign in to comment.